Searched refs:twoLetterCode (Results 1 – 1 of 1) sorted by relevance
810 * @param string $twoLetterCode The two letter country code814 public function mapTwoLetterToName(string $twoLetterCode): string argument816 $threeLetterCode = array_search($twoLetterCode, $this->iso3166(), true);