PHP Класс eZ\Publish\Core\IO\IOMetadataHandler\Flysystem

Наследование: implements eZ\Publish\Core\IO\IOMetadataHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )

Описание методов

__construct() публичный Метод

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

create() публичный Метод

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() публичный Метод

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

deleteDirectory() публичный Метод

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

exists() публичный Метод

public exists ( $spiBinaryFileId )

getMimeType() публичный Метод

public getMimeType ( $spiBinaryFileId )

load() публичный Метод

public load ( $spiBinaryFileId )