UpgradeTool::latest PHP 메소드

latest() 공개 메소드

Print information about the latest available version.
public latest ( )
    function latest()
    {
        $this->checkVersion(VersionCheck::getLatestVersion(), true);
    }