Wraps array elements as they are accessed. This class is used by utilityOutputWrapper. You should not need to use it outside of the output wrapper system.
public __construct($array)
Returns new utilityOutputWrapperArray
public getSeed()
Returns the original iterator that was wrapped
public rewind()
Resets array pointer to the start of the array
public current()
Returns current array item
public key()
Returns current array key
public next()
Returns next item in array
public valid()
Returns true if current item is valid
Posted by: Scorpio Documentor (Writer), in Utility on 19 Nov 2009 @ 20:39
Tags: iterator, traversable, utility, utilityoutputwrapperarray,
This
work is licenced under a
Creative Commons Licence.