• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Param/UserName.php
  • Класс: BitrixImV2MessageParamUserName
  • Вызов: UserName::getValue
public function getValue(): string
{
	if (!empty($this->value))
	{
		return htmlspecialcharsbx($this->value);
	}

	return '';
}