PHP 클래스 eZ\Publish\Core\FieldType\Page\Parts\Item

상속: extends eZ\Publish\API\Repository\Values\ValueObject
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$attributes array Hash of arbitrary attributes.

보호된 프로퍼티들

프로퍼티 타입 설명
$action string
$blockId string
$contentId mixed
$hiddenDate DateTime | null
$locationId mixed
$movedTo mixed
$priority integer
$publicationDate DateTime
$rotationUntilDate DateTime | null
$visibilityDate DateTime

공개 메소드들

메소드 설명
getState ( ) : array Returns available properties with their values as a simple hash.

메소드 상세

getState() 공개 메소드

Returns available properties with their values as a simple hash.
public getState ( ) : array
리턴 array

프로퍼티 상세

$action 보호되어 있는 프로퍼티

또한 보기: eZ\Publish\Core\FieldType\Page\Parts\Base for ACTION_* constants
protected string $action
리턴 string

$attributes 공개적으로 프로퍼티

Hash of arbitrary attributes.
public array $attributes
리턴 array

$blockId 보호되어 있는 프로퍼티

protected string $blockId
리턴 string

$contentId 보호되어 있는 프로퍼티

protected mixed $contentId
리턴 mixed

$hiddenDate 보호되어 있는 프로퍼티

protected DateTime|null $hiddenDate
리턴 DateTime | null

$locationId 보호되어 있는 프로퍼티

protected mixed $locationId
리턴 mixed

$movedTo 보호되어 있는 프로퍼티

protected mixed $movedTo
리턴 mixed

$priority 보호되어 있는 프로퍼티

protected int $priority
리턴 integer

$publicationDate 보호되어 있는 프로퍼티

protected DateTime $publicationDate
리턴 DateTime

$rotationUntilDate 보호되어 있는 프로퍼티

protected DateTime|null $rotationUntilDate
리턴 DateTime | null

$visibilityDate 보호되어 있는 프로퍼티

protected DateTime $visibilityDate
리턴 DateTime