• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/livefeed/listsitem.php
  • Класс: BitrixSocialnetworkLivefeedListsItem
  • Вызов: ListsItem::getLiveFeedUrl
public function getLiveFeedUrl(): string
{
	$pathToLogEntry = Option::get('socialnetwork', 'log_entry_page');
	if (!empty($pathToLogEntry))
	{
		$pathToLogEntry = CComponentEngine::makePathFromTemplate($pathToLogEntry, array("log_id" => $this->getLogId()));
	}

	return $pathToLogEntry;
}