EntityCounterType::getAllLightTimeBased

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. EntityCounterType
  4. getAllLightTimeBased
  • Модуль: 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;
}

Добавить комментарий