Méthode |
Description |
|
__construct ( League\Flysystem\FilesystemInterface $filesystem ) |
|
|
create ( eZ\Publish\SPI\IO\BinaryFileCreateStruct $spiBinaryFileCreateStruct ) |
Only reads & return metadata, since the binarydata handler took care of creating the file already. |
|
delete ( $spiBinaryFileId ) |
Does really nothing, the binary data handler takes care of it. |
|
deleteDirectory ( $spiPath ) |
Does nothing, as the binarydata handler takes care of it. |
|
exists ( $spiBinaryFileId ) |
|
|
getMimeType ( $spiBinaryFileId ) |
|
|
load ( $spiBinaryFileId ) |
|
|