PHP 클래스 Jackalope\NodeType\NodeDefinition

TODO: document array format of constructor
상속: extends ItemDefinition, implements PHPCR\NodeType\NodeDefinitionInterface
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$allowsSameNameSiblings boolean
$defaultPrimaryTypeName string
$requiredPrimaryTypeNames array List of required primary type names as string.
$requiredPrimaryTypes array Cached list of NodeType instances populated in first call to getRequiredPrimaryTypes

공개 메소드들

메소드 설명
allowsSameNameSiblings ( ) {@inheritDoc}
getDefaultPrimaryType ( ) {@inheritDoc}
getDefaultPrimaryTypeName ( ) {@inheritDoc}
getRequiredPrimaryTypeNames ( ) {@inheritDoc}
getRequiredPrimaryTypes ( ) {@inheritDoc}

보호된 메소드들

메소드 설명
fromArray ( array $data ) Treat more information in addition to ItemDefinition::fromArray()

메소드 상세

allowsSameNameSiblings() 공개 메소드

{@inheritDoc}

fromArray() 보호된 메소드

See class documentation for the fields supported in the array.
protected fromArray ( array $data )
$data array The node definition in array form.

getDefaultPrimaryType() 공개 메소드

{@inheritDoc}

getDefaultPrimaryTypeName() 공개 메소드

{@inheritDoc}

getRequiredPrimaryTypeNames() 공개 메소드

{@inheritDoc}

getRequiredPrimaryTypes() 공개 메소드

{@inheritDoc}

프로퍼티 상세

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

protected bool $allowsSameNameSiblings
리턴 boolean

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

protected string $defaultPrimaryTypeName
리턴 string

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

List of required primary type names as string.
protected array $requiredPrimaryTypeNames
리턴 array

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

Cached list of NodeType instances populated in first call to getRequiredPrimaryTypes
protected array $requiredPrimaryTypes
리턴 array