Jackalope\Transport\NodeTypeCndManagementInterface::registerNodeTypesCnd PHP Method

registerNodeTypesCnd() public method

Register namespaces and new node types or update node types based on a jackrabbit cnd string
See also: 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
return boolean true on success
    public function registerNodeTypesCnd($cnd, $allowUpdate);
NodeTypeCndManagementInterface