countries = $countries; } public function getCountries() { return $this->countries; } public function setIncludeRestOfWorld($includeRestOfWorld) { $this->includeRestOfWorld = $includeRestOfWorld; } public function getIncludeRestOfWorld() { return $this->includeRestOfWorld; } }