class Accessory extends Product

Accessory loop

Class Accessory

Traits

Methods

__construct( ContainerInterface $container)

Create a new Loop

from  BaseLoop
mixed
__call( string $name, mixed $arguments)

Provides a getter to loop parameter values

from  BaseLoop
initializeArgs( array $nameValuePairs)

Initialize the loop arguments.

from  BaseLoop
count()

No description

from  BaseLoop
exec( PropelModelPager $pagination)

No description

from  BaseLoop
parseResults( LoopResult $results)

No description

getArgumentCollection()

Get the argument collection

from  BaseLoop
null|String
getLoopName()

Get the loop name

from  BaseLoop
string
getType()

No description

from  BaseLoop
bool
getForceReturn()

No description

from  BaseLoop
bool
getBackendContext()

No description

from  BaseLoop
int
getOffset()

available if countable is true

from  BaseLoop
int
getPage()

available if countable is true

from  BaseLoop
int
getLimit()

available if countable is true

from  BaseLoop
bool
getReturnUrl()

false for disable the generation of urls

from  BaseLoop
ModelCriteria
buildModelCriteria()

No description

array
buildArray()

No description

from  BaseLoop
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.

string
getLang()

No description

array
getSearchIn()

No description

from  Product
doSearch( ModelCriteria $search, string $searchTerm, array $searchIn, string $searchCriteria)

No description

from  Product
parseSimpleResults( LoopResult $loopResult)

No description

from  Product
parseComplexResults( LoopResult $loopResult)

No description

from  Product
bool
getComplex()

No description

from  Product
bool
getNew()

No description

from  Product
bool
getPromo()

No description

from  Product
float
getMinPrice()

No description

from  Product
float
getMaxPrice()

No description

from  Product
int
getMinStock()

No description

from  Product
float
getMinWeight()

No description

from  Product
float
getMaxWeight()

No description

from  Product
bool
getWithPrevNextInfo()

No description

from  Product
bool|string
getWithPrevNextVisible()

No description

from  Product
bool
getCurrent()

No description

from  Product
bool
getCurrentCategory()

No description

from  Product
bool
getDepth()

No description

from  Product
bool|string
getVirtual()

No description

from  Product
bool|string
getVisible()

No description

from  Product
int
getCurrency()

No description

from  Product
string
getTitle()

No description

from  Product

Details

in BaseLoop at line 99
__construct( ContainerInterface $container)

Create a new Loop

Parameters

ContainerInterface $container

in BaseLoop at line 210
mixed __call( string $name, mixed $arguments)

Provides a getter to loop parameter values

Parameters

string $name the method name (only getArgname is supported)
mixed $arguments this parameter is ignored

Return Value

mixed the argument value

Exceptions

InvalidArgumentException if the parameter is unknown or the method name is not supported.

in BaseLoop at line 231
initializeArgs( array $nameValuePairs)

Initialize the loop arguments.

Parameters

array $nameValuePairs a array of name => value pairs. The name is the name of the argument.

Exceptions

InvalidArgumentException if some argument values are missing, or invalid

in BaseLoop at line 456
count()

in BaseLoop at line 496
LoopResult exec( PropelModelPager $pagination)

Parameters

PropelModelPager $pagination

Return Value

LoopResult

at line 108
LoopResult parseResults( LoopResult $results)

Parameters

LoopResult $results

Return Value

LoopResult

in BaseLoop at line 744
ArgumentCollection getArgumentCollection()

Get the argument collection

Return Value

ArgumentCollection

in BaseLoop at line 754
null|String getLoopName()

Get the loop name

Return Value

null|String

in BaseLoop at line 52
string getType()

Return Value

string

in BaseLoop at line 52
bool getForceReturn()

Return Value

bool

in BaseLoop at line 52
bool getBackendContext()

Return Value

bool

in BaseLoop at line 52
int getOffset()

available if countable is true

Return Value

int

in BaseLoop at line 52
int getPage()

available if countable is true

Return Value

int

in BaseLoop at line 52
int getLimit()

available if countable is true

Return Value

int

in BaseLoop at line 52
bool getReturnUrl()

false for disable the generation of urls

Return Value

bool

at line 60
ModelCriteria buildModelCriteria()

Return Value

ModelCriteria

in BaseLoop at line 52
array buildArray()

Return Value

array

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.

Parameters

ModelCriteria $search
string $columnName the column to search into, such as TITLE
string $searchCriteria the search criteria, such as Criterial::LIKE, Criteria::EQUAL, etc.
string $searchTerm the searched term

in BaseI18nLoop at line 29
string getLang()

Return Value

string

in Product at line 176
array getSearchIn()

Return Value

array of available field to search in

in Product at line 190
doSearch( ModelCriteria $search, string $searchTerm, array $searchIn, string $searchCriteria)

Parameters

ModelCriteria $search a query
string $searchTerm the searched term
array $searchIn available field to search in
string $searchCriteria the search criteria, such as Criterial::LIKE, Criteria::EQUAL, etc.

in Product at line 219
parseSimpleResults( LoopResult $loopResult)

Parameters

LoopResult $loopResult

in Product at line 284
parseComplexResults( LoopResult $loopResult)

Parameters

LoopResult $loopResult

in Product at line 80
bool getComplex()

Return Value

bool

in Product at line 80
bool getNew()

Return Value

bool

in Product at line 80
bool getPromo()

Return Value

bool

in Product at line 80
float getMinPrice()

Return Value

float

in Product at line 80
float getMaxPrice()

Return Value

float

in Product at line 80
int getMinStock()

Return Value

int

in Product at line 80
float getMinWeight()

Return Value

float

in Product at line 80
float getMaxWeight()

Return Value

float

in Product at line 80
bool getWithPrevNextInfo()

Return Value

bool

in Product at line 80
bool|string getWithPrevNextVisible()

Return Value

bool|string

in Product at line 80
bool getCurrent()

Return Value

bool

in Product at line 80
bool getCurrentCategory()

Return Value

bool

in Product at line 80
bool getDepth()

Return Value

bool

in Product at line 80
bool|string getVirtual()

Return Value

bool|string

in Product at line 80
bool|string getVisible()

Return Value

bool|string

in Product at line 80
int getCurrency()

Return Value

int

in Product at line 80
string getTitle()

Return Value

string