TaxRuleCountry
class TaxRuleCountry extends BaseI18nLoop implements PropelSearchLoopInterface
TaxRuleCountry loop
Two functions provided by this loop depending of the attribute ask
:
- country
: list all country/state having the same taxes configuration (same tax rule, same taxes, same order)
- taxes
: list taxes for this tax rule and country/state
Class TaxRuleCountry
Methods
Provides a getter to loop parameter values
No description
No description
Add the search clause for an I18N column, taking care of the back/front context, as defaultlocalei18n is not defined in the backEnd I18N context.
No description
No description
No description
No description
Details
in
BaseLoop at line 99
__construct(
ContainerInterface $container)
Create a new Loop
in
BaseLoop at line 210
mixed
__call(
string $name,
mixed $arguments)
Provides a getter to loop parameter values
in
BaseLoop at line 231
initializeArgs(
array $nameValuePairs)
Initialize the loop arguments.
in
BaseLoop at line 456
count()
in
BaseLoop at line 496
LoopResult
exec(
PropelModelPager $pagination)
at line 107
LoopResult
parseResults(
LoopResult $loopResult)
in
BaseLoop at line 744
ArgumentCollection
getArgumentCollection()
Get the argument collection
in
BaseLoop at line 754
null|String
getLoopName()
Get the loop name
in
BaseLoop at line 52
string
getType()
in
BaseLoop at line 52
bool
getForceReturn()
in
BaseLoop at line 52
bool
getBackendContext()
in
BaseLoop at line 52
int
getOffset()
available if countable is true
in
BaseLoop at line 52
int
getPage()
available if countable is true
in
BaseLoop at line 52
int
getLimit()
available if countable is true
in
BaseLoop at line 52
bool
getReturnUrl()
false for disable the generation of urls
at line 73
ModelCriteria
buildModelCriteria()
in
BaseLoop at line 52
array
buildArray()
in
BaseI18nLoop at line 89
addSearchInI18nColumn(
ModelCriteria $search,
string $columnName,
string $searchCriteria,
string $searchTerm)
Add the search clause for an I18N column, taking care of the back/front context, as defaultlocalei18n is not defined in the backEnd I18N context.