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