• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/counterevent.php
  • Класс: BitrixTasksInternalsCounterCounterEvent
  • Вызов: CounterEvent::__construct
public function __construct(string $hitId, string $type)
{
	$this->hitId = $hitId;
	$this->type = $type;
}