Jackalope\Transport\NodeTypeManagementInterface::registerNodeTypes PHP Метод

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

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
Результат boolean true on success
    public function registerNodeTypes($types, $allowUpdate);
NodeTypeManagementInterface