Kelunik\Acme\Registration::getAgreement PHP Method

getAgreement() public method

Gets the agreement URI.
public getAgreement ( ) : null | string
return null | string URI to the agreement, if agreed, otherwise null
    public function getAgreement()
    {
        return $this->agreement;
    }