Example #1
0
 /**
  * Add folders to the item list
  */
 private function folders()
 {
     $folders = FsFacade::getFolders($this->path);
     $this->parseFolders($folders);
 }