1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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\Sender\Entity\Letter
Определения
letter.php:36
Bitrix\Sender\Dispatch\iMethod
Определения
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\Main\Entity
Определения
ufield.php:9
bitrix
modules
sender
lib
dispatch
imethod.php
Создано системой
1.14.0