PHP 클래스 eZ\Publish\Core\FieldType\Page\PageStorage\Gateway

상속: extends eZ\Publish\Core\FieldType\StorageGateway
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
getArchivedBlockItems ( Block $block ) : Item[]
getContentIdByBlockId ( integer | string $id ) : integer | string Returns Content id for the given Block $id, or false if Block could not be found.
getLastValidBlockItem ( Block $block ) : Item | null Returns the block item having a highest visible date, for given block.
getValidBlockItems ( Block $block ) : Item[]
getWaitingBlockItems ( Block $block ) : Item[]

메소드 상세

getArchivedBlockItems() 추상적인 공개 메소드

abstract public getArchivedBlockItems ( Block $block ) : Item[]
$block eZ\Publish\Core\FieldType\Page\Parts\Block
리턴 eZ\Publish\Core\FieldType\Page\Parts\Item[]

getContentIdByBlockId() 추상적인 공개 메소드

Returns Content id for the given Block $id, or false if Block could not be found.
abstract public getContentIdByBlockId ( integer | string $id ) : integer | string
$id integer | string
리턴 integer | string

getLastValidBlockItem() 추상적인 공개 메소드

Will return null if no block item is registered for block.
abstract public getLastValidBlockItem ( Block $block ) : Item | null
$block eZ\Publish\Core\FieldType\Page\Parts\Block
리턴 eZ\Publish\Core\FieldType\Page\Parts\Item | null

getValidBlockItems() 추상적인 공개 메소드

abstract public getValidBlockItems ( Block $block ) : Item[]
$block eZ\Publish\Core\FieldType\Page\Parts\Block
리턴 eZ\Publish\Core\FieldType\Page\Parts\Item[]

getWaitingBlockItems() 추상적인 공개 메소드

abstract public getWaitingBlockItems ( Block $block ) : Item[]
$block eZ\Publish\Core\FieldType\Page\Parts\Block
리턴 eZ\Publish\Core\FieldType\Page\Parts\Item[]