• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/base.php
  • Класс: Bitrix\Crm\Activity\Provider\Base
  • Вызов: Base::canUseCommunicationStatistics
static function canUseCommunicationStatistics($statisticsType)
{
	$all = static::getSupportedCommunicationStatistics();
	return in_array($statisticsType, $all);
}