Searched refs:mappedCode (Results 1 – 1 of 1) sorted by relevance
171 public function addCaseMapping(string $case, int $origCode, int $mappedCode) { argument172 $this->caseMaps[$case][$origCode] = $mappedCode;
Completed in 5 milliseconds