Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Pdf_RecursivelyIteratableObjectsContainer Class Reference

Public Member Functions

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

Protected Attributes

 $_objects = array()
 

Constructor & Destructor Documentation

__construct ( array  $objects)

Member Function Documentation

count ( )
current ( )
getChildren ( )
hasChildren ( )
key ( )
next ( )
rewind ( )
valid ( )

Member Data Documentation

$_objects = array()
protected