예제 #1
0
파일: Req.php 프로젝트: anexia-it/php-epp
 function __construct()
 {
     parent::__construct();
     $this->setOp('req');
 }
예제 #2
0
파일: Req.php 프로젝트: roojs/pear
 function __construct($opts, $copts)
 {
     parent::__construct('', $opts, $copts);
 }