Class ArrayCollection
A generic, abstract collection class that allows collections to exhibit array functionality.
- OpenCloud\Common\ArrayAccess implements ArrayAccess
- OpenCloud\Common\Collection\ArrayCollection implements Countable
Direct known subclasses
OpenCloud\Common\Collection\ResourceIteratorIndirect known subclasses
OpenCloud\Common\Collection\PaginatedIterator, OpenCloud\DNS\Collection\DnsIterator
Abstract
Namespace: OpenCloud\Common\Collection
Package: OpenCloud\Common\Collection
Located at OpenCloud/Common/Collection/ArrayCollection.php
Namespace: OpenCloud\Common\Collection
Package: OpenCloud\Common\Collection
Located at OpenCloud/Common/Collection/ArrayCollection.php
public
|
|
public
integer
|
|
public
mixed
|
|
public
|
|
public
boolean
|
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset()
|
protected
array
|
$elements |
|
#
The elements being held by this iterator. |