Beispiel #1
0
 function __construct(&$app)
 {
     $this->app = $app;
     $this->type = 'msg';
     parent::__construct($app);
 }
Beispiel #2
0
 function __construct(&$app)
 {
     $this->app = $app;
     parent::__construct($app);
 }
Beispiel #3
0
 public function __construct(&$app)
 {
     $this->app = $app;
     $this->type = 'order';
     parent::__construct($app);
 }