• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/crm/timeline/event/ontaskaccompliceadded.php
  • Класс: BitrixTasksIntegrationCRMTimelineEventOnTaskAccompliceAdded
  • Вызов: OnTaskAccompliceAdded::__construct
public function __construct(?TaskObject $task, int $userId)
{
	$this->task = $task;
	$this->userId = $userId;
}