Method | Description | |
---|---|---|
createWorkspace ( string $name, string $srcWorkspace = null ) | Creates a new Workspace with the specified name. The new workspace is empty, meaning it contains only root node. | |
deleteWorkspace ( string $name ) | Deletes the workspace with the specified name from the repository, deleting all content within it. |
public createWorkspace ( string $name, string $srcWorkspace = null ) | ||
$name | string | A String, the name of the new workspace. |
$srcWorkspace | string | The name of the workspace from which the new workspace is to be cloned. |
public deleteWorkspace ( string $name ) | ||
$name | string | The name of the workspace. |