username = $username; $this->password = $password; } public function getUsername() { return $this->username; } public function getPassword() { return $this->password; } } ?>