Metaregistrar\EPP\rrpproxyEppUpdateDomainRequest::__construct PHP Метод

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

public __construct ( eppDomain $domain, $addinfo = null, $removeinfo = null, $updateinfo = null, $forcehostattr = false )
$domain eppDomain
    function __construct(eppDomain $domain, $addinfo = null, $removeinfo = null, $updateinfo = null, $forcehostattr = false)
    {
        $upd = new eppDomain($domain->getDomainname());
        parent::__construct($domain, null, null, $upd);
        $this->addTrustee();
        parent::addSessionId();
    }
rrpproxyEppUpdateDomainRequest