Ejemplo n.º 1
0
 /**
  * Get form parameters
  *
  * @return array
  */
 protected function getFormParams()
 {
     return parent::getFormParams() + array('parentProductId' => \XLite\Core\Request::getInstance()->product_id);
 }
Ejemplo n.º 2
0
 /**
  * Get form parameters
  *
  * @return array
  */
 protected function getFormParams()
 {
     return parent::getFormParams() + array('categoryId' => \XLite\Core\Request::getInstance()->id);
 }
Ejemplo n.º 3
0
 /**
  * Get form parameters
  *
  * @return array
  */
 protected function getFormParams()
 {
     return parent::getFormParams() + array('categoryId' => $this->getCategoryId());
 }