Please note: All methods $path arguments are relative to your mountPath!
Inheritance: 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'));
     }
 }