• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/helper/analytic.php
  • Класс: BitrixReportVisualConstructorHelperAnalytic
  • Вызов: Analytic::isEnable
static function isEnable()
{
	if (Loader::includeModule('crm'))
	{
		return CCrmPerms::IsAccessEnabled();
	}
	else
	{
		return false;
	}
}