BlogPostManager::getContainerCollection

  1. Bitrix24 API (v. 23.675.0)
  2. blog
  3. BlogPostManager
  4. getContainerCollection
  • Модуль: blog
  • Путь к файлу: ~/bitrix/modules/blog/lib/copy/blogpostmanager.php
  • Класс: BitrixBlogCopyBlogPostManager
  • Вызов: BlogPostManager::getContainerCollection
private function getContainerCollection()
{
	$containerCollection = new ContainerCollection();

	foreach ($this->blogPostIdsToCopy as $blogPostId)
	{
		$containerCollection[] = new Container($blogPostId);
	}

	return $containerCollection;
}

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