Property | Type | Description | |
---|---|---|---|
$NODE_TYPE_EVENT | array | Events that support getting the primary or mixin node types. | |
$PROPERTY_TYPE_EVENT | array | Events that support getting the property type. | |
$date | integer | ||
$identifier | string | ||
$info | array | ||
$mixinNodeTypeNames | array | ||
$ntm | PHPCR\NodeType\NodeTypeManagerInterface | ||
$path | string | ||
$primaryNodeTypeName | string | ||
$type | integer | ||
$userData | string | ||
$userId | string |
Method | Description | |
---|---|---|
__construct ( Jackalope\FactoryInterface $factory, PHPCR\NodeType\NodeTypeManagerInterface $ntm ) | ||
addInfo ( string $key, string $value ) | ||
addMixinNodeTypeName ( $mixinNodeTypeName ) | ||
getDate ( ) | {@inheritDoc} | |
getIdentifier ( ) | {@inheritDoc} | |
getInfo ( ) | {@inheritDoc} | |
getMixinNodeTypes ( ) | {@inheritDoc} | |
getPath ( ) | {@inheritDoc} | |
getPrimaryNodeType ( ) | {@inheritDoc} | |
getPropertyType ( ) | {@inheritDoc} | |
getType ( ) | {@inheritDoc} | |
getUserData ( ) | {@inheritDoc} | |
getUserID ( ) | {@inheritDoc} | |
setDate ( integer $date ) | ||
setIdentifier ( string $identifier ) | ||
setMixinNodeTypeNames ( array $mixinNodeTypeNames ) | ||
setPath ( string $path ) | ||
setPrimaryNodeTypeName ( string $primaryNodeTypeName ) | ||
setType ( string $type ) | ||
setUserData ( string $data ) | ||
setUserId ( string $userId ) |
Method | Description | |
---|---|---|
checkNodeTypeEvent ( ) | Check if this event is a node type event. Throw exception otherwise. |
public __construct ( Jackalope\FactoryInterface $factory, PHPCR\NodeType\NodeTypeManagerInterface $ntm ) | ||
$factory | Jackalope\FactoryInterface | ignored but need by the factory |
$ntm | PHPCR\NodeType\NodeTypeManagerInterface | to have primary and mixin types |
public setMixinNodeTypeNames ( array $mixinNodeTypeNames ) | ||
$mixinNodeTypeNames | array |
public setPrimaryNodeTypeName ( string $primaryNodeTypeName ) | ||
$primaryNodeTypeName | string |
protected static array $NODE_TYPE_EVENT | ||
return | array |
protected static array $PROPERTY_TYPE_EVENT | ||
return | array |
protected NodeTypeManagerInterface,PHPCR\NodeType $ntm | ||
return | PHPCR\NodeType\NodeTypeManagerInterface |