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