• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory.php
  • Класс: Bitrix\Crm\Service\Factory
  • Вызов: Factory::getCountersSettings
public function getCountersSettings(): EntityCounterSettings
{
	return
		$this->isCountersEnabled()
			? EntityCounterSettings::createDefault($this->isStagesSupported())
			: new EntityCounterSettings()
		;
}