• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/copy/implement/topic.php
  • Класс: BitrixForumCopyImplementTopic
  • Вызов: Topic::getFields
public function getFields(Container $container, $entityId)
{
	$topic = CForumTopic::GetByIDEx($entityId);

	return ($topic ? $topic : []);
}