コード例 #1
0
ファイル: Login.php プロジェクト: ChigusaYasoda/ec-cube
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_login = false;
     $this->tpl_disable_logout = false;
     $this->httpCacheControl('nocache');
 }
コード例 #2
0
ファイル: Cart.php プロジェクト: ChigusaYasoda/ec-cube
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
     //商品種類を取得
 }
コード例 #3
0
ファイル: Recommend.php プロジェクト: ChigusaYasoda/ec-cube
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
 }