iId = $iId; $this->sCountryCode = $sCountryCode; } public function debugInfo() { return array( 'ID' => $this->iId, 'Type' => 'country', 'Info' => $this->sCountryCode ); } }