/**
  * Construct attribute filter
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'attribute';
 }
Exemplo n.º 2
0
 /**
  * Initialize filter and define request variable
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'decimal';
 }
Exemplo n.º 3
0
 /**
  * Class constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'price';
 }
Exemplo n.º 4
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'rating';
 }