1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
UserName.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Message\Param;
4
5
use Bitrix\Im\V2\Message\Param;
6
7
class
UserName
extends
Param
8
{
12
public
function
getValue
(): string
13
{
14
if
(!empty($this->value))
15
{
16
return \htmlspecialcharsbx($this->value);
17
}
18
19
return
''
;
20
}
21
}
Bitrix\Im\V2\Message\Param\UserName
Определения
UserName.php:8
Bitrix\Im\V2\Message\Param\UserName\getValue
getValue()
Определения
UserName.php:12
Bitrix\Im\V2\Chat\Param
bitrix
modules
im
lib
V2
Message
Param
UserName.php
Создано системой
1.14.0