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