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
Afficher le fichier Open project: jackalope/jackalope

Méthodes publiques

Méthode 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 méthode

{@inheritDoc}

getPropertyDefinitionTemplates() public méthode

{@inheritDoc}

setAbstract() public méthode

{@inheritDoc}
public setAbstract ( $abstractStatus )

setDeclaredSuperTypeNames() public méthode

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

setMixin() public méthode

{@inheritDoc}
public setMixin ( $mixin )

setName() public méthode

{@inheritDoc}
public setName ( $name )

setOrderableChildNodes() public méthode

{@inheritDoc}
public setOrderableChildNodes ( $orderable )

setPrimaryItemName() public méthode

{@inheritDoc}
public setPrimaryItemName ( $name )

setQueryable() public méthode

{@inheritDoc}
public setQueryable ( $queryable )