Kelunik\Acme\Registration::getAgreement PHP Метод

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

Gets the agreement URI.
public getAgreement ( ) : null | string
Результат null | string URI to the agreement, if agreed, otherwise null
    public function getAgreement()
    {
        return $this->agreement;
    }