示例#1
0
 public function preExecute()
 {
     $this->curNode = $this->getRoute()->getObject();
     $this->controller = $this;
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
 }
示例#2
0
 public function preExecute()
 {
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
     $this->product = $this->getProductObject();
     $this->category = $this->getRoute()->getCategoryObject();
 }
示例#3
0
 public function preExecute()
 {
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
     $this->configuration = new queryConfiguration();
     $this->helper = new queryHelper();
 }
示例#4
0
 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
 public function preExecute()
 {
     parent::preExecute();
     $this->setLayout('layout_widgets_off');
 }