Example #1
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_login = false;
     $this->tpl_disable_logout = false;
     $this->httpCacheControl('nocache');
 }
Example #2
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
     //商品種類を取得
 }
Example #3
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
 }