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