PHP Class eZ\Publish\Core\FieldType\Page\Parts\Item

Inheritance: extends eZ\Publish\API\Repository\Values\ValueObject
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Properties

Property Type Description
$attributes array Hash of arbitrary attributes.

Protected Properties

Property Type Description
$action string
$blockId string
$contentId mixed
$hiddenDate DateTime | null
$locationId mixed
$movedTo mixed
$priority integer
$publicationDate DateTime
$rotationUntilDate DateTime | null
$visibilityDate DateTime

Public Methods

Method Description
getState ( ) : array Returns available properties with their values as a simple hash.

Method Details

getState() public method

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

Property Details

$action protected_oe property

See also: eZ\Publish\Core\FieldType\Page\Parts\Base for ACTION_* constants
protected string $action
return string

$attributes public_oe property

Hash of arbitrary attributes.
public array $attributes
return array

$blockId protected_oe property

protected string $blockId
return string

$contentId protected_oe property

protected mixed $contentId
return mixed

$hiddenDate protected_oe property

protected DateTime|null $hiddenDate
return DateTime | null

$locationId protected_oe property

protected mixed $locationId
return mixed

$movedTo protected_oe property

protected mixed $movedTo
return mixed

$priority protected_oe property

protected int $priority
return integer

$publicationDate protected_oe property

protected DateTime $publicationDate
return DateTime

$rotationUntilDate protected_oe property

protected DateTime|null $rotationUntilDate
return DateTime | null

$visibilityDate protected_oe property

protected DateTime $visibilityDate
return DateTime