1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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\DB\Result
Определения
result.php:20
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\MessageService\Providers\Registrar
Определения
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()
$fields
$fields
Определения
yandex_run.php:501
bitrix
modules
messageservice
lib
Providers
Registrar.php
Создано системой
1.14.0