1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
messagemasteryandex.php
См. документацию.
1<?php
2
3namespace Bitrix\Sender\Integration\Yandex\Master;
4
5use Bitrix\Main\Localization\Loc;
6use Bitrix\Sender\Message\iBase;
7use Bitrix\Sender\Message\iMasterYandex;
8
10{
11 public const CODE = self::CODE_MASTER_YANDEX;
15 public function getName(): string
16 {
17 return Loc::getMessage('SENDER_INTEGRATION_MASTER_YANDEX_MESSAGE_NAME');
18 }
19
23 public function getCode(): string
24 {
25 return self::CODE;
26 }
27
31 public function getSupportedTransports(): array
32 {
33 return [];
34 }
35
39 public function loadConfiguration($id = null)
40 {
41 }
42
46 public function saveConfiguration(\Bitrix\Sender\Message\Configuration $configuration)
47 {
48 }
49
53 public function copyConfiguration($id)
54 {
55 }
56}
saveConfiguration(\Bitrix\Sender\Message\Configuration $configuration)
Определения messagemasteryandex.php:46
</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