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