Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('amlanding/filter_condition_price_final');
     $this->setValue(null);
 }
Example #2
0
 public function getValueElementType()
 {
     if ($this->getAttribute() === 'attribute_set_id') {
         return 'select';
     }
     return parent::getValueElementType();
 }