예제 #1
0
 public function setFilesystem(FilesystemInterface $filesystem)
 {
     $this->filesystem = $filesystem;
     if ($this->filesystem instanceof MountPointAwareInterface) {
         $this->namespace = $this->filesystem->getMountPoint();
     }
 }