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

Inheritance: extends Base
Show file 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 property

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

$blocks protected property

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

$blocksById protected property

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

$id protected property

Zone Id.
protected string $id
return string

$identifier protected property

Zone identifier.
protected string $identifier
return string