• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/ai/event/taskcommenteventcontroller.php
  • Класс: BitrixTasksIntegrationAIEventTaskCommentEventController
  • Вызов: TaskCommentEventController::__construct
public function __construct(int $taskId, string $xmlId)
{
	$this->taskId = $taskId;
	$this->xmlId = $xmlId;

	$this->init();
}