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

getMerkleRoot() public méthode

Get the Merkle root that matches this version's release
public getMerkleRoot ( ) : string
Résultat string
    public function getMerkleRoot() : string
    {
        return $this->root;
    }