Jackalope\Transport\NodeTypeManagementInterface::registerNodeTypes PHP Method

registerNodeTypes() public method

Register a list of node types with the storage backend
public registerNodeTypes ( array $types, boolean $allowUpdate ) : boolean
$types array a list of \PHPCR\NodeType\NodeTypeDefinitionInterface objects
$allowUpdate boolean whether to fail if node already exists or to update it
return boolean true on success
    public function registerNodeTypes($types, $allowUpdate);
NodeTypeManagementInterface