Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
CallbackType.php
1
<?php
2
3
namespace
Bitrix\MessageService\Providers\Edna\Constants
;
4
5
class
CallbackType
6
{
7
public
const
MESSAGE_STATUS
=
'statusCallbackUrl'
;
8
public
const
INCOMING_MESSAGE
=
'inMessageCallbackUrl'
;
9
public
const
TEMPLATE_REGISTER_STATUS
=
'messageMatcherCallbackUrl'
;
10
11
public
static
function
getAllTypeList
(): array
12
{
13
return
[
14
self::MESSAGE_STATUS
,
15
self::INCOMING_MESSAGE
,
16
self::TEMPLATE_REGISTER_STATUS
17
];
18
}
19
}
Bitrix\MessageService\Providers\Edna\Constants\CallbackType
Definition
CallbackType.php:6
Bitrix\MessageService\Providers\Edna\Constants\CallbackType\MESSAGE_STATUS
const MESSAGE_STATUS
Definition
CallbackType.php:7
Bitrix\MessageService\Providers\Edna\Constants\CallbackType\INCOMING_MESSAGE
const INCOMING_MESSAGE
Definition
CallbackType.php:8
Bitrix\MessageService\Providers\Edna\Constants\CallbackType\getAllTypeList
static getAllTypeList()
Definition
CallbackType.php:11
Bitrix\MessageService\Providers\Edna\Constants\CallbackType\TEMPLATE_REGISTER_STATUS
const TEMPLATE_REGISTER_STATUS
Definition
CallbackType.php:9
Bitrix\MessageService\Providers\Edna\Constants
Definition
CallbackType.php:3
modules
messageservice
lib
Providers
Edna
Constants
CallbackType.php
Создано системой
1.10.0