• Модуль: mobileapp
  • Путь к файлу: ~/bitrix/modules/mobileapp/lib/designer/config.php
  • Класс: BitrixMobileAppDesignerConfigTable
  • Вызов: ConfigTable::getSupportedPlatforms
static function getSupportedPlatforms()
{
	$platforms = AppTable::getSupportedPlatforms();
	$platforms[] = "global";
	return $platforms;
}