• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/livefeed/listsitem.php
  • Класс: BitrixSocialnetworkLivefeedListsItem
  • Вызов: ListsItem::getPinnedTitle
public function getPinnedTitle()
{
	$result = '';

	if (empty($this->sourceFields))
	{
		$this->initSourceFields();
	}

	$logEntryFields = $this->getSourceFields();
	if (empty($logEntryFields))
	{
		return $result;
	}

	return $logEntryFields['TITLE'];
}