Zend Framework
1.12
|
Public Member Functions | |
current () | |
Get the current token. | |
getChildren () | |
Get the children of the current token. | |
addChild (Zend_Markup_Token $child) | |
Add a new child token. | |
hasChildren () | |
Check if the current token has children. | |
key () | |
Get the key of the current token. | |
next () | |
Go to the next token. | |
rewind () | |
Rewind the iterator. | |
valid () | |
Check if the element is valid. | |
Protected Attributes | |
$_tokens = array() | |
addChild | ( | Zend_Markup_Token | $child | ) |
current | ( | ) |
Get the current token.
getChildren | ( | ) |
Get the children of the current token.
hasChildren | ( | ) |
Check if the current token has children.
key | ( | ) |
Get the key of the current token.
next | ( | ) |
Go to the next token.
rewind | ( | ) |
Rewind the iterator.
valid | ( | ) |
Check if the element is valid.
|
protected |