コード例 #1
0
ファイル: Profile.php プロジェクト: vincium/lot
 public function setTpl()
 {
     parent::setBaseTpl();
     $this->tplMaster->set('title', Util\Lang::lang('profile'));
 }
コード例 #2
0
ファイル: Service.php プロジェクト: vincium/resa
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
 }
コード例 #3
0
ファイル: Tournament.php プロジェクト: vincium/lot
 public function setTpl()
 {
     parent::setBaseTpl();
     $this->tplMaster->set('title', Lang::lang('tournament'));
 }
コード例 #4
0
ファイル: Service.php プロジェクト: vincium/lot
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
     $this->signedUser = $this->app->user();
 }
コード例 #5
0
ファイル: Help.php プロジェクト: vincium/lot
 public function setTpl()
 {
     parent::setBaseTpl();
     $this->tplMaster->set('title', 'Help');
 }