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