Свойство | Тип | Описание | |
---|---|---|---|
$declaringNodeType | string | Name of the declaring node type. | |
$factory | Jackalope\FactoryInterface | The factory to instantiate objects | |
$isAutoCreated | boolean | Whether this item is autocreated. | |
$isMandatory | boolean | Whether this item is mandatory. | |
$isProtected | boolean | Whether this item is protected. | |
$name | string | Name of this node type. | |
$nodeTypeManager | |||
$onParentVersion | integer | On parent version constant |
Метод | Описание | |
---|---|---|
__construct ( Jackalope\FactoryInterface $factory, array $definition, |
Create a new item definition. | |
getDeclaringNodeType ( ) | {@inheritDoc} | |
getName ( ) | {@inheritDoc} | |
getOnParentVersion ( ) | {@inheritDoc} | |
isAutoCreated ( ) | {@inheritDoc} | |
isMandatory ( ) | {@inheritDoc} | |
isProtected ( ) | {@inheritDoc} |
Метод | Описание | |
---|---|---|
fromArray ( array $data ) | Load item definition from an array. |
public __construct ( Jackalope\FactoryInterface $factory, array $definition, |
||
$factory | Jackalope\FactoryInterface | the object factory |
$definition | array | The property definition data as array |
$nodeTypeManager |
protected string $declaringNodeType | ||
Результат | string |
protected FactoryInterface,Jackalope $factory | ||
Результат | Jackalope\FactoryInterface |
protected bool $isAutoCreated | ||
Результат | boolean |
protected bool $isMandatory | ||
Результат | boolean |
protected bool $isProtected | ||
Результат | boolean |
protected NodeTypeManager,Jackalope\NodeType $nodeTypeManager | ||
Результат |
protected int $onParentVersion | ||
Результат | integer |