예제 #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
파일: Domain.php 프로젝트: roojs/pear
 function __construct($opts, $copts)
 {
     parent::__construct('domain', $opts, $copts);
 }
예제 #5
0
파일: Contact.php 프로젝트: roojs/pear
 function __construct($opts, $copts)
 {
     parent::__construct('contact', $opts, $copts);
 }
예제 #6
0
파일: Host.php 프로젝트: roojs/pear
 function __construct($opts, $copts)
 {
     parent::__construct('host', $opts, $copts);
 }
예제 #7
0
 function __construct()
 {
     parent::__construct('host');
 }