예제 #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
 public function __construct()
 {
     parent::__construct();
 }