Zend Framework
1.12
|
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() | |
__construct | ( | Zend_Pdf_Element | $rootDictionary | ) |
Object constructor.
Zend_Pdf_Element | $rootDictionary | root of name dictionary |
clear | ( | ) |
count | ( | ) |
current | ( | ) |
key | ( | ) |
next | ( | ) |
offsetExists | ( | $offset | ) |
offsetGet | ( | $offset | ) |
offsetSet | ( | $offset, | |
$value | |||
) |
offsetUnset | ( | $offset | ) |
rewind | ( | ) |
valid | ( | ) |
|
protected |