Ejemplo n.º 1
0
 /**
  * add Tree File
  *
  * @param FileInfo $file
  *
  * @return $this
  */
 public function addTreeFile(FileInfo $file)
 {
     $this->tree[$file->getHash()] = $file;
     return $this;
 }