name; } public function getEmail(): string { return $this->email; } public function getPassword(): ?string { return $this->password; } public function getRoles(): ManyRoleDto { return $this->roles; } public function isActive(): bool { return $this->isActive; } }