Example #1
0
 public function __construct()
 {
     parent::__construct();
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->_product_filter = new ProductFilterFactory();
     $this->_product_filter->_sort_controller = SortAbstract::make_sort_algorithm('qsort');
 }