Class: Doctrine_Node_NestedSet_PreOrderIterator
Source Location: /Doctrine/Node/NestedSet/PreOrderIterator.phpClass Doctrine_Node_NestedSet_PreOrderIterator
Class Overview
Implements interfaces:
Doctrine_Node_NestedSet_PreOrderIterator Located in /Doctrine/Node/NestedSet/PreOrderIterator.php [line 32] Author(s):
|
[ Top ]
Property Summary
integer | $count | |
integer | $index | |
mixed | $key | |
array | $keys | |
integer | $prevIndex | |
integer | $traverseLevel |
[ Top ]
Method Summary
Doctrine_Node_NestedSet_PreOrderIterator | __construct() | |
void | advanceIndex() | |
void | count() | |
Doctrine_Record | current() | returns the current record |
integer | key() | returns the current key |
void | next() | advances the internal pointer |
void | rewind() | rewinds the iterator |
void | updateLevel() | |
boolean | valid() |
[ Top ]
Methods
Constructor __construct [line 63]
|
$record: | ||
$opts: |
API Tags:
Access: | public |
[ Top ]
current [line 117]
|
returns the current record
API Tags:
Access: | public |
Implementation of:
- Iterator::current
[ Top ]
key [line 107]
|
returns the current key
API Tags:
Access: | public |
Implementation of:
- Iterator::key
[ Top ]
next [line 129]
|
advances the internal pointer
API Tags:
Access: | public |
Implementation of:
- Iterator::next
[ Top ]
rewind [line 96]
|
rewinds the iterator
API Tags:
Access: | public |
Implementation of:
- Iterator::rewind
[ Top ]