コード例 #1
0
ファイル: Price.php プロジェクト: ravitechrlabs/em
 public function __construct()
 {
     parent::__construct();
     if (method_exists($this, '_validateFilter')) {
         //magento 1.7+, 1.12+
         $this->_isPricesFilterUpdated = true;
         $this->_priceDelimeter = '-';
     }
 }
コード例 #2
0
ファイル: Price14ce.php プロジェクト: rcclaudrey/dev
 public function __construct()
 {
     parent::__construct();
 }