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

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

public __construct ( $operation, $object, $tech = null, $billing = null, $onsite = null, $registrant = null )
    function __construct($operation, $object, $tech = null, $billing = null, $onsite = null, $registrant = null)
    {
        parent::__construct($operation, $object);
        $this->addDnsbeExtension($tech, $billing, $onsite, $registrant);
        $this->addSessionId();
    }
dnsbeEppTransferRequest