Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
TextDate.php
1
<?php
2
3
namespace
Bitrix\Im\V2\Message\Param
;
4
5
use
Bitrix\Im\V2\Message\ParamArray
;
6
7
class
TextDate
extends
ParamArray
8
{
12
public
function
getValue
(): array
13
{
14
$values = parent::getValue();
15
16
if
(!empty($values))
17
{
18
$values = array_map(
'htmlspecialcharsbx'
, $values);
19
}
20
21
return
$values;
22
}
23
}
Bitrix\Im\V2\Message\Param\TextDate
Definition
TextDate.php:8
Bitrix\Im\V2\Message\Param\TextDate\getValue
getValue()
Definition
TextDate.php:12
Bitrix\Im\V2\Message\ParamArray
Definition
ParamArray.php:22
Bitrix\Im\V2\Message\Param
Definition
Attach.php:3
modules
im
lib
V2
Message
Param
TextDate.php
Создано системой
1.10.0