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