Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
Registrar.php
1
<?php
2
3
namespace
Bitrix\MessageService\Providers
;
4
use \Bitrix\Main\Result;
5
6
interface
Registrar
7
{
8
public
function
isRegistered
(): bool;
9
public
function
isConfirmed
(): bool;
10
public
function
register
(array $fields):
Result
;
11
public
function
confirmRegistration
(array $fields):
Result
;
12
public
function
sendConfirmationCode
():
Result
;
13
public
function
sync
():
Registrar
;
14
public
function
getCallbackUrl
(): string;
15
public
function
getOwnerInfo
(): array;
16
public
function
getExternalManageUrl
(): string;
17
18
}
Bitrix\Main\Result
Definition
result.php:14
Bitrix\MessageService\Providers\Registrar
Definition
Registrar.php:7
Bitrix\MessageService\Providers\Registrar\getCallbackUrl
getCallbackUrl()
Bitrix\MessageService\Providers\Registrar\confirmRegistration
confirmRegistration(array $fields)
Bitrix\MessageService\Providers\Registrar\isRegistered
isRegistered()
Bitrix\MessageService\Providers\Registrar\getExternalManageUrl
getExternalManageUrl()
Bitrix\MessageService\Providers\Registrar\isConfirmed
isConfirmed()
Bitrix\MessageService\Providers\Registrar\sync
sync()
Bitrix\MessageService\Providers\Registrar\getOwnerInfo
getOwnerInfo()
Bitrix\MessageService\Providers\Registrar\sendConfirmationCode
sendConfirmationCode()
Bitrix\MessageService\Providers
modules
messageservice
lib
Providers
Registrar.php
Создано системой
1.10.0