PHP Интерфейс Jackalope\Transport\NodeTypeCndManagementInterface

If you only implement this interface, Jackalope will convert NodeTypeDefinitions into the cnd format for you. Note that this is about creating custom node types. The basic node type discovery is part of the CoreInterface.
Наследование: extends Jackalope\Transport\TransportInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
registerNodeTypesCnd ( string $cnd, boolean $allowUpdate ) : boolean Register namespaces and new node types or update node types based on a jackrabbit cnd string

Описание методов

registerNodeTypesCnd() публичный Метод

Register namespaces and new node types or update node types based on a jackrabbit cnd string
См. также: NodeTypeManager::registerNodeTypesCnd
public registerNodeTypesCnd ( string $cnd, boolean $allowUpdate ) : boolean
$cnd string The cnd definition as string
$allowUpdate boolean whether to fail if node already exists or to update it
Результат boolean true on success