PHP Class twoDimensionIterator, lightncandy

Inheritance: implements Iterator
Show file Open project: zordius/lightncandy

Public Methods

Method Description
__construct ( $w, $h )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( $w, $h )

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )