Searched refs:tokenName (Results 1 – 1 of 1) sorted by relevance
160 * @param string $tokenName165 public function addMatch(string $entityName, string $tokenName, int $frequency): void argument167 $this->matches[$entityName][$tokenName] =168 ($this->matches[$entityName][$tokenName] ?? 0) + $frequency;