Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
transporttoloka.php
1
<?php
8
namespace
Bitrix\Sender\Integration\Yandex\Toloka
;
9
10
use
Bitrix\Main\Localization\Loc
;
11
use
Bitrix\Sender\Message
;
12
use
Bitrix\Sender\Recipient\Type
;
13
use
Bitrix\Sender\Transport\iBase
;
14
15
Loc::loadMessages
(__FILE__);
16
20
class
TransportToloka
implements
iBase
21
{
22
const
CODE
=
'toloka'
;
23
27
public
function
getName
()
28
{
29
return
Loc::getMessage
(
'SENDER_INTEGRATION_YANDEX_TOLOKA'
);
30
}
31
35
public
function
getCode
()
36
{
37
return
self::CODE
;
38
}
39
45
public
function
getSupportedRecipientTypes
()
46
{
47
return
array(Type::EMAIL);
48
}
49
53
public
function
loadConfiguration
()
54
{
55
// TODO: Implement loadConfiguration() method.
56
}
57
61
public
function
saveConfiguration
(
Message
\
Configuration
$configuration)
62
{
63
// TODO: Implement saveConfiguration() method.
64
}
65
69
public
function
start
()
70
{
71
// TODO: Implement start() method.
72
}
73
77
public
function
send
(
Message
\
Adapter
$message)
78
{
79
// TODO: Implement send() method.
80
}
81
85
public
function
end
()
86
{
87
// TODO: Implement end() method.
88
}
89
}
Bitrix\Main\Config\Configuration
Definition
configuration.php:7
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\loadMessages
static loadMessages($file)
Definition
loc.php:64
Bitrix\Main\Localization\Loc\getMessage
static getMessage($code, $replace=null, $language=null)
Definition
loc.php:29
Bitrix\Sender\Entity\Message
Definition
message.php:27
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka
Definition
transporttoloka.php:21
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\CODE
const CODE
Definition
transporttoloka.php:22
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\getName
getName()
Definition
transporttoloka.php:27
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\getSupportedRecipientTypes
getSupportedRecipientTypes()
Definition
transporttoloka.php:45
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\send
send(Message\Adapter $message)
Definition
transporttoloka.php:77
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\end
end()
Definition
transporttoloka.php:85
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\loadConfiguration
loadConfiguration()
Definition
transporttoloka.php:53
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\getCode
getCode()
Definition
transporttoloka.php:35
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\saveConfiguration
saveConfiguration(Message\Configuration $configuration)
Definition
transporttoloka.php:61
Bitrix\Sender\Integration\Yandex\Toloka\TransportToloka\start
start()
Definition
transporttoloka.php:69
Bitrix\Sender\Message\Adapter
Definition
adapter.php:21
Bitrix\Sender\Recipient\Type
Definition
type.php:20
Bitrix\Sender\Message\iBase
Definition
ibase.php:16
Bitrix\Sender\Integration\Yandex\Toloka
Definition
apirequest.php:3
Bitrix\Sender\Message
Definition
adapter.php:9
modules
sender
lib
integration
yandex
toloka
transporttoloka.php
Создано системой
1.10.0