• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/copy/taskmanager.php
  • Класс: BitrixTasksCopyTaskManager
  • Вызов: TaskManager::__construct
public function __construct($executiveUserId, array $taskIdsToCopy)
{
	$this->executiveUserId = $executiveUserId;
	$this->taskIdsToCopy = $taskIdsToCopy;

	$this->result = new Result();
}