1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
transporttoloka.php
См. документацию.
1<?php
8namespace Bitrix\Sender\Integration\Yandex\Toloka;
9
10use Bitrix\Main\Localization\Loc;
11use Bitrix\Sender\Message;
12use Bitrix\Sender\Recipient\Type;
13use Bitrix\Sender\Transport\iBase;
14
15Loc::loadMessages(__FILE__);
16
20class 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
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}
saveConfiguration(Message\Configuration $configuration)
Определения transporttoloka.php:61
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
Определения adapter.php:9
$message
Определения payment.php:8