Collection
class Collection implements ArrayAccess, Iterator (View source)
Properties
protected | $elements |
Methods
offsetExists($offset)
{@inheritdoc}
offsetGet($offset)
{@inheritdoc}
offsetSet($offset, $value)
{@inheritdoc}
offsetUnset($offset)
{@inheritdoc}
rewind()
{@inheritdoc}
current()
{@inheritdoc}
key()
{@inheritdoc}
next()
{@inheritdoc}
valid()
{@inheritdoc}
add(Element $element)
No description
get()
No description
__toString()
No description
Details
offsetExists($offset)
{@inheritdoc}
offsetGet($offset)
{@inheritdoc}
offsetSet($offset, $value)
{@inheritdoc}
offsetUnset($offset)
{@inheritdoc}
rewind()
{@inheritdoc}
current()
{@inheritdoc}
key()
{@inheritdoc}
next()
{@inheritdoc}
valid()
{@inheritdoc}
add(Element $element)
No description
get()
No description
__toString()
No description