Airship\Engine\Continuum\Installers\InstallFile::getHash PHP Method

getHash() public method

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