FOF30\Update\Update::getVersion PHP Method

getVersion() public method

Get the currently installed version as reported by the #__extensions table
public getVersion ( ) : string
return string
    public function getVersion()
    {
        return $this->version;
    }