Cart
class Cart extends BaseLoop implements ArraySearchLoopInterface
Cart Loop
Class Cart
Methods
mixed
__call(
string $name,
mixed $arguments)
Provides a getter to loop parameter values
from
BaseLoop
parseResults(
LoopResult $loopResult)
No description
array
buildArray()
No description
EventDispatcher
getDispatcher()
Return the event dispatcher,
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 80
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
in
BaseLoop at line 52
ModelCriteria
buildModelCriteria()
at line 56
array
buildArray()
at line 128
EventDispatcher
getDispatcher()
Return the event dispatcher,