• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/comments/feed.php
  • Класс: BitrixForumCommentsFeed
  • Вызов: Feed::checkTopic
private function checkTopic()
{
	if (empty($this->topic))
	{
		$this->topic = $this->createTopic();
	}
	return ($this->topic !== null);
}