Airship\Engine\Continuum\Installers\InstallFile::getVersion PHP 메소드

getVersion() 공개 메소드

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