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