• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statistics/statisticentrymanager.php
  • Класс: Bitrix\Crm\Statistics\StatisticEntryManager
  • Вызов: StatisticEntryManager::setSlotBindingMap
static function setSlotBindingMap($typeName, StatisticFieldBindingMap $srcBindingMap)
{
	$entries = self::getEntries();
	if(!isset($entries[$typeName]))
	{
		throw new Main\NotSupportedException("The type '{$typeName}' is not supported in current context.");
	}
	$entries[$typeName]->setSlotBindingMap($srcBindingMap);
}