name = $name; $this->email = $email; } public function getName() : string { return $name; } public function getEmail() : string { return $email; } }