예제 #1
0
파일: msg.php 프로젝트: dalinhuang/shopexts
 function __construct(&$app)
 {
     $this->app = $app;
     $this->type = 'msg';
     parent::__construct($app);
 }
예제 #2
0
파일: disask.php 프로젝트: syjzwjj/quyeba
 function __construct(&$app)
 {
     $this->app = $app;
     parent::__construct($app);
 }
예제 #3
0
 public function __construct(&$app)
 {
     $this->app = $app;
     $this->type = 'order';
     parent::__construct($app);
 }