![]() |
![]() |
Public Member Functions | |
| NodeIterator (&$obj) | |
| & | proceed () |
| & | getCurrentObject () |
| isEnd () | |
| reset (&$obj) | |
| addToSeenList ($objList) | |
Data Fields | |
| $_end | |
| $_objList | |
| $_objIdList | |
| $_currentObj | |
wCMF - wemove Content Management Framework Copyright (C) 2005-2009 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 32 of file class.NodeIterator.php.
| NodeIterator | ( | &$ | obj | ) |
Constructor.
| obj | The object to start from. |
Definition at line 42 of file class.NodeIterator.php.
| & proceed | ( | ) |
Proceed to next object. Subclasses may override this method to implement spezial traversion algorithms.
Definition at line 54 of file class.NodeIterator.php.
References addToSeenList().

| & getCurrentObject | ( | ) |
Get the current object. Subclasses may override this method to return only special objects.
Definition at line 76 of file class.NodeIterator.php.
| isEnd | ( | ) |
Find out whether iteration is finished.
Definition at line 84 of file class.NodeIterator.php.
| reset | ( | &$ | obj | ) |
Reset the iterator to given object.
| obj | The object to start from. |
Definition at line 92 of file class.NodeIterator.php.
| addToSeenList | ( | $ | objList | ) |
Add objects, only if they are not already in the internal processed object list.
| objList | An array of objects. |
Definition at line 105 of file class.NodeIterator.php.
Referenced by proceed().
| $_end |
Definition at line 34 of file class.NodeIterator.php.
| $_objList |
Definition at line 35 of file class.NodeIterator.php.
| $_objIdList |
Definition at line 36 of file class.NodeIterator.php.
| $_currentObj |
Definition at line 37 of file class.NodeIterator.php.
|
This page generated via doxygen 1.5.8 Mon Mar 30 01:58:44 2009. Copyright © 2009 wemove digital solutions GmbH. |
|