PHP 클래스 eZ\Publish\Core\IO\IOMetadataHandler\Flysystem

상속: implements eZ\Publish\Core\IO\IOMetadataHandler
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__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 )