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