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

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

{@inheritDoc}
public checkpoint ( $absPath )
    public function checkpoint($absPath)
    {
        $version = $this->checkin($absPath);
        //just returns current version if already checked in
        $this->checkout($absPath);
        return $version;
    }