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

	$result = $this->getSourceDescription();
	$result = truncateText(CTextParser::clearAllTags($result), 100);

	return $result;
}