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

getHash() 공개 메소드

Get the hex-encoded hash of the file contents
public getHash ( ) : string
리턴 string
    public function getHash() : string
    {
        return $this->hash;
    }