ProjectIterator can be initialized with a parent project id, and then it can be used to loop on child projects, either recursve or direct childs.
Definition at line 30 of file ProjectIterator.php.
Public Member Functions | |
__construct ($parentID, $localeID) | |
rewind () | |
hasMore () | |
key () | |
current () | |
next () | |
valid () | |
hasChildren () | |
getChildren () | |
Static Public Attributes | |
static | $ProjectList |
static | $ProjectChildren |
Private Attributes | |
$LocaleID | |
$ParentID | |
$CurrentProject |