Jackalope\Transport\NodeTypeCndManagementInterface::registerNodeTypesCnd PHP Метод

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
    public function registerNodeTypesCnd($cnd, $allowUpdate);
NodeTypeCndManagementInterface