Example #1
0
 /**
  * Add files to the item list
  */
 private function files()
 {
     $files = FsFacade::getFiles($this->path);
     $this->parseFiles($files, $this->field);
 }