• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/phonenumber/metadataprovider.php
  • Класс: BitrixMainPhoneNumberMetadataProvider
  • Вызов: MetadataProvider::getCountryMetadata
public function getCountryMetadata($country)
{
	$country = mb_strtoupper($country);
	return $this->metadata[$country] ?? false;
}