Home
last modified time | relevance | path

Searched refs:twoLetterCode (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Statistics/Service/
H A DCountryService.php810 * @param string $twoLetterCode The two letter country code
814 public function mapTwoLetterToName(string $twoLetterCode): string argument
816 $threeLetterCode = array_search($twoLetterCode, $this->iso3166(), true);