PHP Class eZ\Publish\Core\IO\IOMetadataHandler\Flysystem

Inheritance: implements eZ\Publish\Core\IO\IOMetadataHandler
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

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 )

Method Details

__construct() public méthode

public __construct ( League\Flysystem\FilesystemInterface $filesystem )
$filesystem League\Flysystem\FilesystemInterface

create() public méthode

Only reads & return metadata, since the binarydata handler took care of creating the file already.
public create ( eZ\Publish\SPI\IO\BinaryFileCreateStruct $spiBinaryFileCreateStruct )
$spiBinaryFileCreateStruct eZ\Publish\SPI\IO\BinaryFileCreateStruct

delete() public méthode

Does really nothing, the binary data handler takes care of it.
public delete ( $spiBinaryFileId )
$spiBinaryFileId

deleteDirectory() public méthode

Does nothing, as the binarydata handler takes care of it.
public deleteDirectory ( $spiPath )

exists() public méthode

public exists ( $spiBinaryFileId )

getMimeType() public méthode

public getMimeType ( $spiBinaryFileId )

load() public méthode

public load ( $spiBinaryFileId )