• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/control/task.php
  • Класс: BitrixTasksControlTask
  • Вызов: Task::withCloneAttachments
public function withCloneAttachments(): self
{
	$this->cloneAttachments = true;
	return $this;
}