Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
imethod.php
1
<?php
8
namespace
Bitrix\Sender\Dispatch
;
9
10
use
Bitrix\Main\Localization\Loc
;
11
12
use
Bitrix\Sender\Entity
;
13
14
Loc::loadMessages
(__FILE__);
15
16
interface
iMethod
17
{
23
public
function
__construct
(
Entity
\
Letter
$letter);
24
30
public
function
apply
();
31
37
public
function
revoke
();
38
44
public
function
getCode
();
45
}
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\loadMessages
static loadMessages($file)
Definition
loc.php:64
Bitrix\Main\ORM\Entity
Definition
entity.php:26
Bitrix\Sender\Entity\Letter
Definition
letter.php:34
Bitrix\Sender\Dispatch\iMethod
Definition
imethod.php:17
Bitrix\Sender\Dispatch\iMethod\revoke
revoke()
Bitrix\Sender\Dispatch\iMethod\apply
apply()
Bitrix\Sender\Dispatch\iMethod\__construct
__construct(Entity\Letter $letter)
Bitrix\Sender\Dispatch\iMethod\getCode
getCode()
Bitrix\Sender\Dispatch
Definition
duration.php:8
Bitrix\Sender\Entity
Definition
ad.php:8
modules
sender
lib
dispatch
imethod.php
Создано системой
1.10.0