|
Elgg
Version 1.10
|
Public Member Functions | |
| __construct (array $items=array()) | |
| Constructor. More... | |
| contains ($item) | |
| @inheritDoc More... | |
| count () | |
| @inheritDoc More... | |
| current () | |
| @inheritDoc More... | |
| filter (callable $filter) | |
| @inheritDoc More... | |
| key () | |
| @inheritDoc More... | |
| map (callable $mapper) | |
| @inheritDoc More... | |
| next () | |
| @inheritDoc More... | |
| rewind () | |
| @inheritDoc More... | |
| valid () | |
| @inheritDoc More... | |
Definition at line 15 of file ArrayCollection.php.
| Elgg\Structs\ArrayCollection::__construct | ( | array | $items = array() | ) |
Constructor.
| array | $items | The set of items in the collection |
Definition at line 24 of file ArrayCollection.php.
| Elgg\Structs\ArrayCollection::contains | ( | $item | ) |
| Elgg\Structs\ArrayCollection::count | ( | ) |
@inheritDoc
Definition at line 34 of file ArrayCollection.php.
| Elgg\Structs\ArrayCollection::current | ( | ) |
@inheritDoc
Definition at line 39 of file ArrayCollection.php.
| Elgg\Structs\ArrayCollection::filter | ( | callable | $filter | ) |
| Elgg\Structs\ArrayCollection::key | ( | ) |
@inheritDoc
Definition at line 57 of file ArrayCollection.php.
| Elgg\Structs\ArrayCollection::map | ( | callable | $mapper | ) |
| Elgg\Structs\ArrayCollection::next | ( | ) |
@inheritDoc
Definition at line 71 of file ArrayCollection.php.
| Elgg\Structs\ArrayCollection::rewind | ( | ) |
@inheritDoc
Definition at line 76 of file ArrayCollection.php.
| Elgg\Structs\ArrayCollection::valid | ( | ) |
@inheritDoc
Definition at line 81 of file ArrayCollection.php.