Jackalope\Version\VersionManager::restoreByLabel PHP Метод

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

{@inheritDoc}
public restoreByLabel ( $absPath, $versionLabel, $removeExisting )
    public function restoreByLabel($absPath, $versionLabel, $removeExisting)
    {
        $vh = $this->getVersionHistory($absPath);
        $version = $vh->getVersionByLabel($versionLabel);
        $this->restore($removeExisting, $version);
    }