Jackalope\Transport\VersioningInterface::removeVersionLabel PHP Метод

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

Removes a label from the specified 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 function removeVersionLabel($versionPath, $label);