Jackalope\Transport\VersioningInterface::addVersionLabel PHP Method

addVersionLabel() public method

Adds the label label to the specified version.
public addVersionLabel ( string $versionName, string $label, boolean $moveLabel )
$versionName string the absolute path to the version
$label string
$moveLabel boolean
    public function addVersionLabel($versionName, $label, $moveLabel);