• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/entitycounterfactory.php
  • Класс: Bitrix\Crm\Counter\EntityCounterFactory
  • Вызов: EntityCounterFactory::createCustomPageCounter
static function createCustomPageCounter(string $code, int $userID): AggregateCounter
{
	return new AggregateCounter($code, [
		[
			'entityTypeID' => CustomSectionProvider::getEntityTypeIdByCounterId($code),
			'counterTypeID' => EntityCounterType::ALL,
		],
	], $userID);
}