Пример #1
0
 public function __construct($filters)
 {
     parent::__construct();
     $this->filters = $filters;
 }
Пример #2
0
 public function __construct($id)
 {
     parent::__construct();
     $this->userId = $id;
 }