• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/counter/entitycountertype.php
  • Класс: Bitrix\Crm\Counter\EntityCounterType
  • Вызов: EntityCounterType::getAllLightTimeBased
static function getAllLightTimeBased(bool $enableGrouping = false): array
{
	$result = [
		self::READY_TODO
	];

	if ($enableGrouping)
	{
		$result = array_merge($result, self::getGroupings());
	}

	return $result;
}