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