• Модуль: mobileapp
  • Путь к файлу: ~/bitrix/modules/mobileapp/lib/designer/config.php
  • Класс: BitrixMobileAppDesignerConfigTable
  • Вызов: ConfigTable::isExists
static function isExists($appCode, $platform)
{
	//this is not such heavy operation as it might be expected
	$config = self::getRowById(Array("APP_CODE" => $appCode, "PLATFORM" => $platform));
	return (is_array($config) && count($config) > 0);
}