51 return $this->filesystem->hasDir(
$path);
60 return $this->filesystem->listContents(
$path, $recursive);
96 return $this->filesystem->read(
$path);
105 return $this->filesystem->has(
$path);
114 return $this->filesystem->getMimeType(
$path);
123 return $this->filesystem->getTimestamp(
$path);
132 return $this->filesystem->getSize(
153 return $this->filesystem->getVisibility(
$path);
162 return $this->filesystem->readStream(
$path);
getSize($path, $fileSizeUnit)
putStream($path, FileStream $stream)
copyDir($source, $destination)
updateStream($path, FileStream $stream)
createDir($path, $visibility=Visibility::PUBLIC_ACCESS)
$stream
PHP stream implementation.
listContents($path='', $recursive=false)
update($path, $newContent)
__construct(Filesystem $filesystem)
ReadOnlyDecorator constructor.
writeStream($path, FileStream $stream)
const PUBLIC_ACCESS
Public file visibility.
setVisibility($path, $visibility)
Class FlySystemFileAccessTest.