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

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

Méthodes publiques

Свойство Type Description
$attributes array Hash of arbitrary attributes.

Protected Properties

Свойство Type Description
$action string
$blockId string
$contentId mixed
$hiddenDate DateTime | null
$locationId mixed
$movedTo mixed
$priority integer
$publicationDate DateTime
$rotationUntilDate DateTime | null
$visibilityDate DateTime

Méthodes publiques

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

Method Details

getState() public méthode

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

Property Details

$action protected_oe property

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

$attributes public_oe property

Hash of arbitrary attributes.
public array $attributes
Résultat array

$blockId protected_oe property

protected string $blockId
Résultat string

$contentId protected_oe property

protected mixed $contentId
Résultat mixed

$hiddenDate protected_oe property

protected DateTime|null $hiddenDate
Résultat DateTime | null

$locationId protected_oe property

protected mixed $locationId
Résultat mixed

$movedTo protected_oe property

protected mixed $movedTo
Résultat mixed

$priority protected_oe property

protected int $priority
Résultat integer

$publicationDate protected_oe property

protected DateTime $publicationDate
Résultat DateTime

$rotationUntilDate protected_oe property

protected DateTime|null $rotationUntilDate
Résultat DateTime | null

$visibilityDate protected_oe property

protected DateTime $visibilityDate
Résultat DateTime