final public offsetGet (mixed $offset) Returns an index in the registry
final public __unset (mixed $key) ...
final public __set (mixed $key, mixed $value) Sets an element in the registry
final public count () Checks how many elements are in the register
final public offsetSet (mixed $offset, mixed $value) Sets an element in the registry
final public offsetUnset (mixed $offset) Unsets an element in the registry
final public next () Moves cursor to next row in the registry
final public offsetExists (mixed $offset) Checks if the element is present in the registry
public current () Obtains the current value in the internal iterator
final public rewind () Rewinds the registry cursor to its beginning
Page 1 of 2