1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
RecentError.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Recent;
4
5
use Bitrix\Im\V2\Error;
6
use Bitrix\Main\Localization\Loc;
7
8
class
RecentError
extends
Error
9
{
10
public
const
11
WRONG_DATETIME_FORMAT
=
'WRONG_DATETIME_FORMAT'
12
;
13
14
protected
function
loadErrorMessage
(
$code
, $replacements): string
15
{
16
return
Loc::getMessage(
"ERROR_CHAT_{$code}"
, $replacements) ?:
''
;
17
}
18
19
protected
function
loadErrorDescription
(
$code
, $replacements): string
20
{
21
return
Loc::getMessage(
"ERROR_CHAT_{$code}_DESC"
, $replacements) ?:
''
;
22
}
23
}
Bitrix\Im\V2\Recent\RecentError
Определения
RecentError.php:9
Bitrix\Im\V2\Recent\RecentError\WRONG_DATETIME_FORMAT
const WRONG_DATETIME_FORMAT
Определения
RecentError.php:11
Bitrix\Im\V2\Recent\RecentError\loadErrorMessage
loadErrorMessage($code, $replacements)
Определения
RecentError.php:14
Bitrix\Im\V2\Recent\RecentError\loadErrorDescription
loadErrorDescription($code, $replacements)
Определения
RecentError.php:19
Bitrix\Main\Error
Определения
error.php:15
Bitrix\Main\Error\$code
$code
Определения
error.php:17
bitrix
modules
im
lib
V2
Recent
RecentError.php
Создано системой
1.14.0