PHP Class GBLazyObjectsIterator, gitblog

Inheritance: implements Iterator
Show file Open project: rsms/gitblog

Public Properties

Property Type Description
$objects

Public Methods

Method Description
__construct ( $cachenames, $condensed = true )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( $cachenames, $condensed = true )

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 ( )

Property Details

$objects public property

public $objects