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