Airship\Engine\Continuum\Installers\InstallFile::getVersion PHP Méthode

getVersion() public méthode

Get the version of a particular update file.
public getVersion ( ) : string
Résultat string
    public function getVersion() : string
    {
        return $this->version;
    }