• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/task/placeholder/taskmixer.php
  • Класс: BitrixTasksInternalsTaskPlaceholderTaskMixer
  • Вызов: TaskMixer::__construct
public function __construct(int $templateId, array $taskData)
{
	$this->errors = new ErrorCollection();
	$this->taskData = $taskData;
	$this->setDescription($templateId);
}