directorytree.inc

Go to the documentation of this file.
00001 <?php
00002 
00017 class DirectoryTree extends RecursiveIteratorIterator
00018 {
00022     function __construct($path) {
00023         parent::__construct(new DirectoryFilterDots($path));
00024     }
00025 }
00026 
00027 ?>

Generated on Thu Apr 26 01:04:47 2007 for SPL-StandardPHPLibrary by  doxygen 1.5.2