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