コード例 #1
0
ファイル: FeaturedProducts.php プロジェクト: kingsj/core
 /**
  * Get URL common parameters
  *
  * @return array
  */
 protected function getCommonParams()
 {
     return parent::getCommonParams() + array('mode' => 'search_featured_products');
 }