print utilityOutputWrapperArray

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.


Methods

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


Inherited Methods

<  1  >