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

getMerkleRoot() public method

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