document tokens

This commit is contained in:
Sarah Hoffmann
2018-05-14 23:23:38 +02:00
parent 6a0361d0c6
commit 1f689bdaae
5 changed files with 14 additions and 4 deletions

View File

@@ -7,7 +7,9 @@ namespace Nominatim\Token;
*/
class Country
{
/// Database word id, if available.
public $iId;
/// Two-letter country code (lower-cased).
public $sCountryCode;
public function __construct($iId, $sCountryCode)