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