示例#1
0
 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);
 }