コード例 #1
0
ファイル: actions.class.php プロジェクト: vcgato29/poff
 public function preExecute()
 {
     $this->curNode = $this->getRoute()->getObject();
     $this->controller = $this;
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
 }
コード例 #2
0
ファイル: actions.class.php プロジェクト: vcgato29/poff
 public function preExecute()
 {
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
     $this->product = $this->getProductObject();
     $this->category = $this->getRoute()->getCategoryObject();
 }
コード例 #3
0
ファイル: actions.class.php プロジェクト: vcgato29/poff
 public function preExecute()
 {
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
     $this->configuration = new queryConfiguration();
     $this->helper = new queryHelper();
 }
コード例 #4
0
ファイル: actions.class.php プロジェクト: vcgato29/poff
 public function preExecute()
 {
     parent::preExecute();
     $this->helper = new ProductPageHelper();
     $this->configuration = new productPageConfiguration();
     $this->setLayout('layout_widgets_off');
     $this->product = $this->getRoute()->getProductObject();
     $this->category = $this->getRoute()->getCategoryObject();
     $this->additionalActions = $this->addActions;
 }
コード例 #5
0
ファイル: actions.class.php プロジェクト: vcgato29/poff
 public function preExecute()
 {
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
 }