PHP 클래스 Jackalope\NodeType\NodeTypeTemplate

NodeTypeTemplate, like NodeType, is a subclass of NodeTypeDefinition so it shares with NodeType those methods that are relevant to a static definition. In addition, NodeTypeTemplate provides methods for setting the attributes of the definition. Implementations of this interface need not contain any validation logic. See the corresponding get methods for each attribute in NodeTypeDefinition for the default values assumed when a new empty NodeTypeTemplate is created (as opposed to one extracted from an existing NodeType).
상속: extends NodeTypeDefinition, implements PHPCR\NodeType\NodeTypeTemplateInterface
파일 보기 프로젝트 열기: jackalope/jackalope

공개 메소드들

메소드 설명
getNodeDefinitionTemplates ( ) {@inheritDoc}
getPropertyDefinitionTemplates ( ) {@inheritDoc}
setAbstract ( $abstractStatus ) {@inheritDoc}
setDeclaredSuperTypeNames ( array $names ) {@inheritDoc}
setMixin ( $mixin ) {@inheritDoc}
setName ( $name ) {@inheritDoc}
setOrderableChildNodes ( $orderable ) {@inheritDoc}
setPrimaryItemName ( $name ) {@inheritDoc}
setQueryable ( $queryable ) {@inheritDoc}

메소드 상세

getNodeDefinitionTemplates() 공개 메소드

{@inheritDoc}

getPropertyDefinitionTemplates() 공개 메소드

{@inheritDoc}

setAbstract() 공개 메소드

{@inheritDoc}
public setAbstract ( $abstractStatus )

setDeclaredSuperTypeNames() 공개 메소드

{@inheritDoc}
public setDeclaredSuperTypeNames ( array $names )
$names array

setMixin() 공개 메소드

{@inheritDoc}
public setMixin ( $mixin )

setName() 공개 메소드

{@inheritDoc}
public setName ( $name )

setOrderableChildNodes() 공개 메소드

{@inheritDoc}
public setOrderableChildNodes ( $orderable )

setPrimaryItemName() 공개 메소드

{@inheritDoc}
public setPrimaryItemName ( $name )

setQueryable() 공개 메소드

{@inheritDoc}
public setQueryable ( $queryable )