X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6a0361d0c6971026e10ee695b164fc2ae22b1f3a..1f689bdaae1b327fd74a26c47185cd3bf927f074:/lib/TokenPostcode.php?ds=inline diff --git a/lib/TokenPostcode.php b/lib/TokenPostcode.php index b4bdbfc4..8fa2ae80 100644 --- a/lib/TokenPostcode.php +++ b/lib/TokenPostcode.php @@ -7,10 +7,11 @@ namespace Nominatim\Token; */ class Postcode { + /// Database word id, if available. public $iId; - // full postcode + /// Full nomralized postcode (upper cased). public $sPostcode; - // optional restriction to a given country + // Optional country code the postcode belongs to (currently unused). public $sCountryCode; public function __construct($iId, $sPostcode, $sCountryCode = '')