Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function setFilesystem(Filesystem $filesystem = null)
 {
     $this->filesystem = $filesystem;
     $this->root = $filesystem->getRootAdapter();
     return $this;
 }