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

상속: extends Base
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$action string
$blocks Block[]
$blocksById Block[]
$id string Zone Id.
$identifier string Zone identifier.

공개 메소드들

메소드 설명
__construct ( array $properties = [] )

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

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

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

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

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

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

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

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

Zone Id.
protected string $id
리턴 string

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

Zone identifier.
protected string $identifier
리턴 string