Please note: All methods $path arguments are relative to your mountPath!
상속: implements Jarves\Filesystem\Adapter\AdapterInterface
예제 #1
0
파일: Local.php 프로젝트: jarves/jarves
 public function setParams($params)
 {
     parent::setParams($params);
     if ($this->getParam('root')) {
         $this->setRoot($this->getParam('root'));
     }
 }