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

Inheritance: extends Base
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Property Type Description
$action string
$blocks Block[]
$blocksById Block[]
$id string Zone Id.
$identifier string Zone identifier.

Public Methods

Method Description
__construct ( array $properties = [] )

Method Details

__construct() public method

public __construct ( array $properties = [] )
$properties array

Property Details

$action protected_oe property

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

$blocks protected_oe property

protected Block[],eZ\Publish\Core\FieldType\Page\Parts $blocks
return Block[]

$blocksById protected_oe property

protected Block[],eZ\Publish\Core\FieldType\Page\Parts $blocksById
return Block[]

$id protected_oe property

Zone Id.
protected string $id
return string

$identifier protected_oe property

Zone identifier.
protected string $identifier
return string