X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/f29c7bf910ea36fdc2cc70ba63c6dcece79c7b6c..d9e0ef0ebfbc2860e7c0b7e7510a4014300074be:/lib/TokenPostcode.php 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 = '')