• Модуль: statistic
  • Путь к файлу: ~/bitrix/modules/statistic/classes/general/city.php
  • Класс: CCity
  • Вызов: CCity::GetDescription
function GetDescription()
{
	$res = /*.(array[string]mixed).*/array();
	$res["ID"] = "CCityLookup";
	$res["DESCRIPTION"] = "";
	$res["IS_INSTALLED"] = false;
	$res["CAN_LOOKUP_COUNTRY"] = true;
	$res["CAN_LOOKUP_CITY"] = false;
	return $res;
}