CollectionIterator (namespace)
Namespace Cake\Collection\Iterator
Class summary
-
Creates an iterator from another iterator that will keep the results of the inner iterator in memory, so that results don't have to be re-calculated.
-
Creates an iterator from another iterator that extract the requested column or property based on a path
-
Creates a filtered iterator from another iterator. The filtering is done by passing a callback function to each of the elements and