Example #1
0
 /**
  * Defines the common data for JS
  *
  * @return array
  */
 public function defineCommonJSData()
 {
     return array_merge(parent::defineCommonJSData(), array('product_id' => $this->getProductId(), 'category_id' => $this->getCategoryId()));
 }