Metaregistrar\EPP\dnsbeEppCreateNsgroupRequest::__construct PHP Method

__construct() public method

public __construct ( $createinfo )
    function __construct($createinfo)
    {
        parent::__construct();
        if ($createinfo instanceof eppHost) {
            $this->addExtension('xmlns:nsgroup', 'http://www.dns.be/xml/epp/nsgroup-1.0');
            $this->addNsGroup($createinfo);
        }
        $this->addSessionId();
    }
dnsbeEppCreateNsgroupRequest