Collection
Table of Contents
Namespaces
- Iterator
Interfaces
- CollectionInterface
- Describes the methods a Collection should implement. A collection is an immutable
list of elements exposing a number of traversing and extracting method for
generating other collections.
Classes
- Collection
- A collection is an immutable list of elements with a handful of functions to
iterate, group, transform and extract information from it.
Traits
- CollectionTrait
- Offers a handful of methods to manipulate iterators
- ExtractTrait
- Provides utility protected methods for extracting a property or column
from an array or object.