PHP Class 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).
Inheritance: extends NodeTypeDefinition, implements PHPCR\NodeType\NodeTypeTemplateInterface
Datei anzeigen Open project: jackalope/jackalope

Public Methods

Method Description
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}

Method Details

getNodeDefinitionTemplates() public method

{@inheritDoc}

getPropertyDefinitionTemplates() public method

{@inheritDoc}

setAbstract() public method

{@inheritDoc}
public setAbstract ( $abstractStatus )

setDeclaredSuperTypeNames() public method

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

setMixin() public method

{@inheritDoc}
public setMixin ( $mixin )

setName() public method

{@inheritDoc}
public setName ( $name )

setOrderableChildNodes() public method

{@inheritDoc}
public setOrderableChildNodes ( $orderable )

setPrimaryItemName() public method

{@inheritDoc}
public setPrimaryItemName ( $name )

setQueryable() public method

{@inheritDoc}
public setQueryable ( $queryable )