Please note: All methods $path arguments are relative to your mountPath!
Наследование: implements Jarves\Filesystem\Adapter\AdapterInterface
Пример #1
0
 public function setParams($params)
 {
     parent::setParams($params);
     if ($this->getParam('root')) {
         $this->setRoot($this->getParam('root'));
     }
 }