function __construct($createinfo)
 {
     if ($createinfo instanceof eppDomain) {
         $this->setForcehostattr(true);
         parent::__construct($createinfo);
     } else {
         throw new eppException('DNSBE does not support Host objects');
     }
     $this->addSessionId();
 }
 public function setDomain(eppDomain $domain)
 {
     parent::setDomain($domain);
     $this->setAtExtensions();
 }
 function __construct(eppDomain $domain)
 {
     parent::__construct($domain);
 }