FOF30\Update\Update::setVersion PHP Метод

setVersion() публичный Метод

Override the currently installed version as reported by the #__extensions table
public setVersion ( string $version )
$version string
    public function setVersion($version)
    {
        $this->version = $version;
    }