class ProductSaleElements extends BaseLoop implements PropelSearchLoopInterface, SearchLoopInterface

Product Sale Elements loop

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 $loopResult)

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
array
getSearchIn()

No description

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

No description

int
getCurrency()

No description

int
getProduct()

No description

bool
getPromo()

No description

bool
getNew()

No description

bool
getDefault()

No description

string
getRef()

No description

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 210
LoopResult parseResults( LoopResult $loopResult)

Parameters

LoopResult $loopResult

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 93
ModelCriteria buildModelCriteria()

Return Value

ModelCriteria

in BaseLoop at line 52
array buildArray()

Return Value

array

at line 274
array getSearchIn()

Return Value

array of available field to search in

at line 288
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.

at line 51
int getCurrency()

Return Value

int

at line 51
int getProduct()

Return Value

int

at line 51
bool getPromo()

Return Value

bool

at line 51
bool getNew()

Return Value

bool

at line 51
bool getDefault()

Return Value

bool

at line 51
string getRef()

Return Value

string