class ProductSaleElementsDocument extends BaseLoop implements PropelSearchLoopInterface

Class ProductSaleElementsDocument

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

this method returns a Propel ModelCriteria

array
buildArray()

No description

from  BaseLoop

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

this method returns a Propel ModelCriteria

Return Value

ModelCriteria

in BaseLoop at line 52
array buildArray()

Return Value

array