FOF30\Utils\FilesCheck::isWrongComponentVersion PHP Method

isWrongComponentVersion() public method

Is the reported component version different than the version of the #__extensions table?
    public function isWrongComponentVersion()
    {
        return $this->wrongComponentVersion;
    }