コード例 #1
0
ファイル: AbstractAdapter.php プロジェクト: filicious/core
 /**
  * {@inheritdoc}
  */
 public function setFilesystem(Filesystem $filesystem = null)
 {
     $this->filesystem = $filesystem;
     $this->root = $filesystem->getRootAdapter();
     return $this;
 }