• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/counterstate.php
  • Класс: BitrixTasksInternalsCounterCounterState
  • Вызов: CounterState::getRawCounters
public function getRawCounters(string $meta = CounterDictionary::META_PROP_ALL): array
{
	if (!array_key_exists($meta, $this->counters))
	{
		return [];
	}
	return $this->counters[$meta];
}