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