1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
messagetype.php
См. документацию.
1<?php
2namespace Bitrix\MessageService;
3
5{
6 const SMS = 'SMS';
7
8 public static function isSupported($type)
9 {
10 return $type === static::SMS;
11 }
12}
$type
Определения options.php:106
static isSupported($type)
Определения messagetype.php:8