getChildrenRecursive() protected method
Recursively finds all children and grand children of the specified item.
protected void getChildrenRecursive ( $name, $childrenList, &$result ) | ||
---|---|---|
$name | string |
The name of the item whose children are to be looked for. |
$childrenList | array |
The child list built via getChildrenList() |
$result | array |
The children and grand children (in array keys) |
Please login to continue.