Airship\Engine\Continuum\Installers\InstallFile::getMerkleRoot PHP Метод

getMerkleRoot() публичный Метод

Get the Merkle root that matches this version's release
public getMerkleRoot ( ) : string
Результат string
    public function getMerkleRoot() : string
    {
        return $this->root;
    }