iId = $iId; $this->sPostcode = $sPostcode; $this->sCountryCode = empty($sCountryCode) ? '' : $sCountryCode; } public function debugInfo() { return array( 'ID' => $this->iId, 'Type' => 'postcode', 'Info' => $this->sPostcode.'('.$this->sCountryCode.')' ); } }