setDefaults([ 'orderBy' => 'username', ]); } public function getRole(): ?string { return $this->role; } public function setRole(?string $role): UserQuery { $this->role = $role; return $this; } }