email = $email; } /** * @return string */ public function getEmail(): string { return $this->email; } }