39 for ($l=0; $l < $this->
getDepth(); $l++) {
42 return $tree . ($this->
getSubIterator($l)->hasNext() ?
'|-' :
'\-')
50 return call_user_func_array(array($this->
getSubIterator(), $func), $params);
Iterates through recursive iterators.
__construct($path)
Construct from a path.
Cached recursive iteration over another Iterator.
DirectoryIterator to generate ASCII graphic directory trees.
getSubIterator($level=NULL)
__call($func, $params)
Aggregates the inner iterator.
recursive directory iterator