Jackalope\Transport\VersioningInterface::removeVersion PHP Method

removeVersion() public method

Remove a version given the path to the version node and the name of the version.
public removeVersion ( string $versionPath, string $versionName )
$versionPath string absolute path to the version node
$versionName string The name of the version
    public function removeVersion($versionPath, $versionName);