1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
testconsentbuildermail.php
См. документацию.
1<?php
2
3namespace Bitrix\Sender\Integration\Sender\Mail;
4
5use Bitrix\Sender\Consent\ConsentMessageBuilderFactory;
6use Bitrix\Sender\Transport\iBase;
7
9{
10 const CODE = iBase::CODE_MAIL.ConsentMessageBuilderFactory::TEST_POSTFIX;
11 const REQUIRED_FIELDS = ['CONTACT_CODE','SITE_ID'];
12
13 protected static function buildLink($fields, $siteId, $type): string
14 {
15 return parent::buildLink(array_filter($fields),$siteId, $type).'&test=y';
16 }
17}
$type
Определения options.php:106
$siteId
Определения ajax.php:8