Class CollectionIterator
A collection object. All collection classes must inherit this. It provides methods to lookup, serialize and put contents in a collection. Collections can represent any extended class where any of those listed in models. does not have an implemention for @class Media
- Catapult\CollectionObject
-
Catapult\CollectionIterator
Namespace: Catapult
Class:
Located at core/Collections.php
Class:
CollectionObject. Superset of the collections. Provides auxilary functions to manage, update and get elements within a collection
Located at core/Collections.php
Methods summary
public
|
#
__construct( collection: & $collection, standardOptions: $standardOptions = array() )
get a collection iterator preserve the options from out our initial collection |
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from Catapult\CollectionObject
__toString(),
add(),
find(),
first(),
get(),
isEmpty(),
last(),
listAll(),
listIterator(),
reload(),
setup(),
toArray()