UpgradeTool::check PHP Method

check() public method

Perform version check against latest available version.
public check ( )
    function check()
    {
        $this->checkVersion(VersionCheck::getLatestVersion());
    }