• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statistics/statisticentrymanager.php
  • Класс: Bitrix\Crm\Statistics\StatisticEntryManager
  • Вызов: StatisticEntryManager::removeEntry
static function removeEntry(StatisticEntry $entry)
{
	$key = $entry->getTypeName();
	if(self::$entries !== null && isset(self::$entries[$key]))
	{
		unset(self::$entries[$key]);
	}
}