PDF name tree representation class

todo implement lazy resource loading so resources will be really loaded at access time
package Zend_Pdf
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Object constructor

__construct(\Zend_Pdf_Element $rootDictionary) 

Parameters

$rootDictionary

\Zend_Pdf_Element

root of name dictionary

clear()

clear() 

count()

count() 

current()

current() 

key()

key() 

next()

next() 

offsetExists()

offsetExists($offset) 

Parameters

$offset

offsetGet()

offsetGet($offset) 

Parameters

$offset

offsetSet()

offsetSet($offset, $value) 

Parameters

$offset

$value

offsetUnset()

offsetUnset($offset) 

Parameters

$offset

rewind()

rewind() 

valid()

valid() 

 Properties

 

Elements Array of name => object tree entries

$_items : array

Default

array()