• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/livefeed/provider.php
  • Класс: BitrixSocialnetworkLivefeedProvider
  • Вызов: Provider::getPinnedTitle
public function getPinnedTitle()
{
	if (empty($this->sourceFields))
	{
		$this->initSourceFields();
	}

	$result = $this->pinnedTitle;
	if ($result === null)
	{
		$result = $this->getSourceTitle();
	}

	return $result;
}