UpgradeTool::latest PHP Method

latest() public method

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