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