Пример #1
0
 function __construct()
 {
     parent::__construct('contact');
     $this->contactId = $this->createElement('contact:id');
     $this->contactId->appendChild($this->createTextNode('auto'));
     $this->payload->appendChild($this->contactId);
 }
Пример #2
0
 function __construct()
 {
     parent::__construct('domain');
 }
Пример #3
0
 function __construct()
 {
     parent::__construct('contact');
 }
Пример #4
0
 function __construct($opts, $copts)
 {
     parent::__construct('domain', $opts, $copts);
 }
Пример #5
0
 function __construct($opts, $copts)
 {
     parent::__construct('contact', $opts, $copts);
 }
Пример #6
0
 function __construct($opts, $copts)
 {
     parent::__construct('host', $opts, $copts);
 }
Пример #7
0
 function __construct()
 {
     parent::__construct('host');
 }