Method | Description | |
---|---|---|
addVersionLabel ( string $versionName, string $label, boolean $moveLabel ) |
Adds the label label to the specified version. |
|
checkinItem ( string $path ) : string | Check-in item at path. | |
checkoutItem ( string $path ) | Check-out item at path. | |
removeVersion ( string $versionPath, string $versionName ) | Remove a version given the path to the version node and the name of the version. | |
removeVersionLabel ( string $versionPath, string $label ) | Removes a label from the specified version. | |
restoreItem ( $removeExisting, $versionPath, $path ) | Restore the item at versionPath to the location path |
label
to the specified version. public checkinItem ( string $path ) : string | ||
$path | string | absolute path to the node |
return | string | path to the new version |
public checkoutItem ( string $path ) | ||
$path | string | absolute path to the node |
public removeVersion ( string $versionPath, string $versionName ) | ||
$versionPath | string | absolute path to the version node |
$versionName | string | The name of the version |
public removeVersionLabel ( string $versionPath, string $label ) | ||
$versionPath | string | the absolute path to the version. |
$label | string | the label, that has to be removed. |
public restoreItem ( $removeExisting, $versionPath, $path ) |