• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/jscore.php
  • Класс: CJSCore
  • Вызов: CJSCore::IsCoreLoaded
static function IsCoreLoaded()
{
	return (
		self::isExtensionLoaded("core")
		|| self::isExtensionLoaded("main.core")
        );
}