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;
    }