Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
messagetype.php
1
<?php
2
namespace
Bitrix\MessageService
;
3
4
class
MessageType
5
{
6
const
SMS =
'SMS'
;
7
8
public
static
function
isSupported
($type)
9
{
10
return
$type === static::SMS;
11
}
12
}
Bitrix\MessageService\MessageType
Definition
messagetype.php:5
Bitrix\MessageService\MessageType\isSupported
static isSupported($type)
Definition
messagetype.php:8
Bitrix\MessageService
modules
messageservice
lib
messagetype.php
Создано системой
1.10.0