PHP Jackalope\NodeType Namespace

Classes

Name Description
ItemDefinition {@inheritDoc}
NodeDefinition {@inheritDoc}
NodeProcessor This class processes according to its declared node types.
NodeType {@inheritDoc}
NodeTypeDefinition The NodeTypeDefinition interface provides methods for discovering the static definition of a node type. These are accessible both before and after the node type is registered. Its subclass NodeType adds methods that are relevant only when the node type is "live"; that is, after it has been registered. Note that the separate NodeDefinition interface only plays a significant role in implementations that support node type registration. In those cases it serves as the superclass of both NodeType and NodeTypeTemplate. In implementations that do not support node type registration, only objects implementing the subinterface NodeType will be encountered.
NodeTypeManager {@inheritDoc}
NodeTypeTemplate The NodeTypeTemplate interface represents a simple container structure used to define node types which are then registered through the NodeTypeManager.registerNodeType method.
NodeTypeXmlConverter Converter to generate NodeType elements array from storage XML (jackrabbit format).
PropertyDefinition {@inheritDoc}