name=$name; $this->capital=$capital; } //setValue function information() { return 'The capital of '.$this->name.' is '.$this->capital.'.'; } //information } //State ?>