Method | Description | |
---|---|---|
__construct ( array $data ) | Constructor. | |
current ( ) : mixed | Returns the current item value. | |
key ( ) : integer | Returns the current pointer value. | |
next ( ) | Advances the internal pointer. | |
rewind ( ) | Sets the internal pointer to 0. | |
valid ( ) : boolean | Returns if the current pointer position is valid. |