コード例 #1
0
ファイル: Page.php プロジェクト: technomagegithub/colb2b
 /**
  * Set the price filter array and clean it
  *
  * @param Fishpig_AttributeSplashPro_Model_Page $page
  * @param array $filters
  * @return $this
  */
 public function setPriceFilters(Fishpig_AttributeSplashPro_Model_Page $page, $filters)
 {
     $page->setData('price_filters', $this->_cleanPriceFilters($filters));
     return $this;
 }