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