...Человеческий поиск в разработке...
- Модуль: tasks
- Путь к файлу: ~/bitrix/modules/tasks/lib/copy/templatemanager.php
- Класс: BitrixTasksCopyTemplateManager
- Вызов: TemplateManager::getContainerCollection
private function getContainerCollection() { $containerCollection = new ContainerCollection(); foreach ($this->templateIdsToCopy as $taskId) { $containerCollection[] = new Container($taskId); } return $containerCollection; }