• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/components/kanban/services/counters.php
  • Класс: BitrixTasksComponentsKanbanServicesCounters
  • Вызов: Counters::__construct
public function __construct(int $currentUserId, int $viewedUserId)
{
	$this->currentUserId = $currentUserId;
	$this->viewedUserId = $viewedUserId;
}