public function __construct($filters)
 {
     parent::__construct();
     $this->filters = $filters;
 }
Exemple #2
0
 public function __construct($id)
 {
     parent::__construct();
     $this->userId = $id;
 }