city = $city; $this->country = $country; $this->state = $state; } public function getCity(){ return $this->city; } public function getCountry(){ return $this->country; } public function getState(){ return $this->state; } }