예제 #1
0
파일: Domain.php 프로젝트: roojs/pear
 function __construct($opts, $copts)
 {
     parent::__construct('domain', $opts, $copts);
     //not in used??
     //            $this->addParams($opts);
 }
예제 #2
0
 function __construct()
 {
     parent::__construct('domain');
 }
예제 #3
0
파일: Contact.php 프로젝트: roojs/pear
 function __construct($opts, $copts)
 {
     parent::__construct('contact', $opts, $copts);
 }
예제 #4
0
파일: Host.php 프로젝트: roojs/pear
 function __construct($opts, $copts)
 {
     parent::__construct('host', $opts, $copts);
 }
예제 #5
0
 function __construct()
 {
     parent::__construct('host');
 }