• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statistics/activitychannelstatisticentry.php
  • Класс: Bitrix\Crm\Statistics\ActivityChannelStatisticEntry
  • Вызов: ActivityChannelStatisticEntry::getCurrent
static function getCurrent()
{
	if(self::$current === null)
	{
		self::$current = new ActivityChannelStatisticEntry();
	}
	return self::$current;
}