• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/entitycountersettings.php
  • Класс: Bitrix\Crm\Counter\EntityCounterSettings
  • Вызов: EntityCounterSettings::setEnabledCountersTypes
public function setEnabledCountersTypes(array $enabledCountersTypes): self
{
	$this->enabledCountersTypes = $enabledCountersTypes;

	return $this;
}