Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
Informant.php
1
<?php
2
3
namespace
Bitrix\MessageService\Providers
;
4
5
interface
Informant
6
{
7
public
function
isConfigurable
(): bool;
8
public
function
getType
(): string;
9
public
function
getId
(): string;
10
public
function
getName
(): string;
11
public
function
getShortName
(): string;
12
public
function
getManageUrl
(): string;
13
14
}
Bitrix\MessageService\Providers\Informant
Definition
Informant.php:6
Bitrix\MessageService\Providers\Informant\getId
getId()
Bitrix\MessageService\Providers\Informant\getName
getName()
Bitrix\MessageService\Providers\Informant\isConfigurable
isConfigurable()
Bitrix\MessageService\Providers\Informant\getType
getType()
Bitrix\MessageService\Providers\Informant\getShortName
getShortName()
Bitrix\MessageService\Providers\Informant\getManageUrl
getManageUrl()
Bitrix\MessageService\Providers
modules
messageservice
lib
Providers
Informant.php
Создано системой
1.10.0