|
eZ Publish
[trunk]
|
The iterator item in a section loop which works as a proxy. More...
Public Member Functions | |
| attribute ($name) | |
| attributes () | |
| eZTemplateSectionIterator () | |
| hasAttribute ($name) | |
| setIteratorValues ($item, $key, $index, $number, $sequence, &$last) | |
| setSequence ($sequence) | |
| templateValue () | |
The iterator item in a section loop which works as a proxy.
The iterator provides transparent access to iterator items. It will redirect all attribute calls to the iterator item with the exception of a few internal values. The internal values are
Definition at line 27 of file eztemplatesectioniterator.php.
| eZTemplateSectionIterator::attribute | ( | $ | name | ) |
Definition at line 104 of file eztemplatesectioniterator.php.
Definition at line 54 of file eztemplatesectioniterator.php.
Initializes the iterator with empty values.
Definition at line 32 of file eztemplatesectioniterator.php.
| eZTemplateSectionIterator::hasAttribute | ( | $ | name | ) |
true if the attribute $name exists either in the internal attributes or in the item value. Definition at line 76 of file eztemplatesectioniterator.php.
| eZTemplateSectionIterator::setIteratorValues | ( | $ | item, |
| $ | key, | ||
| $ | index, | ||
| $ | number, | ||
| $ | sequence, | ||
| &$ | last | ||
| ) |
Updates the iterator with the current iteration values.
Definition at line 132 of file eztemplatesectioniterator.php.
| eZTemplateSectionIterator::setSequence | ( | $ | sequence | ) |
Updates the current sequence value to $sequence.
Definition at line 145 of file eztemplatesectioniterator.php.
Definition at line 45 of file eztemplatesectioniterator.php.