password = $password; $this->ConfirmPassword = $ConfirmPassword; } /** * @return String */ public function getPassword(): String { return $this->password; } /** * @return String */ public function getConfirmPassword(): String { return $this->ConfirmPassword; } }