Current Path : /var/www/axolotl/data/www/krym.axolotls.ru/bitrix/modules/messageservice/lib/ |
Current File : /var/www/axolotl/data/www/krym.axolotls.ru/bitrix/modules/messageservice/lib/messagetype.php |
<?php namespace Bitrix\MessageService; class MessageType { const SMS = 'SMS'; public static function isSupported($type) { return $type === static::SMS; } }