TemplateManager::getContainerCollection

  1. Bitrix24 API (v. 23.675.0)
  2. tasks
  3. TemplateManager
  4. getContainerCollection
  • Модуль: 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;
}

Добавить комментарий