/**
  * Construct attribute filter
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'attribute';
 }
예제 #2
0
 /**
  * Initialize filter and define request variable
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'decimal';
 }
예제 #3
0
 /**
  * Class constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'price';
 }
예제 #4
0
파일: Rating.php 프로젝트: rcclaudrey/dev
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_requestVar = 'rating';
 }