PHP Class ZendPdf\Util\RecursivelyIterableObjectsContainer

Inheritance: implements RecursiveIterator, implements Countable
Show file Open project: zendframework/zendpdf

Protected Properties

Property Type Description
$_objects

Public Methods

Method Description
__construct ( array $objects )
count ( )
current ( )
getChildren ( )
hasChildren ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( array $objects )
$objects array

count() public method

public count ( )

current() public method

public current ( )

getChildren() public method

public getChildren ( )

hasChildren() public method

public hasChildren ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$_objects protected property

protected $_objects