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

Public Member Functions

 __construct (Zend_Pdf_Element $rootDictionary)
 Object constructor.
 
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 clear ()
 
 count ()
 

Protected Attributes

 $_items = array()
 

Constructor & Destructor Documentation

__construct ( Zend_Pdf_Element  $rootDictionary)

Object constructor.

Parameters
Zend_Pdf_Element$rootDictionaryroot of name dictionary

Member Function Documentation

clear ( )
count ( )
current ( )
key ( )
next ( )
offsetExists (   $offset)
offsetGet (   $offset)
offsetSet (   $offset,
  $value 
)
offsetUnset (   $offset)
rewind ( )
valid ( )

Member Data Documentation

$_items = array()
protected