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

getHash() public méthode

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