• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/livefeed/provider.php
  • Класс: BitrixSocialnetworkLivefeedProvider
  • Вызов: Provider::getLogRights
public function getLogRights(): array
{
	$result = [];
	$logId = $this->getLogId();

	if ($logId > 0)
	{
		$result = $this->getLogRightsEntry();
	}

	return $result;
}