• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/processor/userprocessor.php
  • Класс: BitrixTasksInternalsCounterProcessorUserProcessor
  • Вызов: UserProcessor::getCollector
private function getCollector(): UserCollector
{
	if (!$this->collector)
	{
		$this->collector = UserCollector::getInstance($this->userId);
	}
	return $this->collector;
}