示例#1
0
文件: Match.php 项目: vincium/lot
 public function __construct($app)
 {
     parent::__construct($app);
 }
示例#2
0
文件: Service.php 项目: vincium/lot
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
     $this->signedUser = $this->app->user();
 }
示例#3
0
文件: Service.php 项目: vincium/resa
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
 }
示例#4
0
文件: League.php 项目: vincium/lot
 public function __construct($app)
 {
     parent::__construct($app);
     \Own\Bus\Match\Data::checkMatchToView($this->player->getId());
 }