3 namespace Nominatim\Token;
6 * A standard word token.
10 /// Database word id, if applicable.
12 /// Number of appearances in the database.
13 public $iSearchNameCount;
15 public function __construct($iId, $iSearchNameCount)
18 $this->iSearchNameCount = $iSearchNameCount;
21 public function debugInfo()
27 'count' => $this->iSearchNameCount