Exemplo n.º 1
0
 /**
  * @param string $basePath Verzeichnis von dem die Suche ausgeht
  */
 public function __construct($basePath)
 {
     parent::__construct($basePath);
     $this->scanRecursively = true;
     $this->cutBasePath = true;
     $this->mtime = time();
     $this->mtimeOperator = array(-1, 0);
 }
Exemplo n.º 2
0
 public function __construct($basePath)
 {
     parent::__construct($basePath);
 }