• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/commentaux/base.php
  • Класс: BitrixSocialnetworkCommentAuxBase
  • Вызов: Base::getLiveParams
public function getLiveParams(): array
{
	$result = [];

	if (
		!empty($this->params['liveParamList'])
		&& is_array($this->params['liveParamList'])
	)
	{
		$result = $this->params['liveParamList'];
	}

	return $result;
}