• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/classes/general/mobile_event.php
  • Класс: MobileApplication
  • Вызов: MobileApplication::OnApplicationsBuildList
static function OnApplicationsBuildList()
{
	return [
		"ID" => "mobile",
		"NAME" => GetMessage("MOBILE_APPLICATION_NAME"),
		"DESCRIPTION" => GetMessage("MOBILE_APPLICATION_DESC"),
		"SORT" => 90,
		"CLASS" => "MobileApplication",
	];
}