1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
testconsentresponsemail.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sender\Integration\Sender\Mail;
4
5
use Bitrix\Sender\Consent\ConsentMessageBuilderFactory;
6
use Bitrix\Sender\Transport\iBase;
7
8
final
class
TestConsentResponseMail
extends
ConsentResponseMail
9
{
10
const
CODE
= iBase::CODE_MAIL.ConsentMessageBuilderFactory::TEST_POSTFIX;
11
private
$fields;
12
17
public
function
updateContact
($apply): bool
18
{
19
return
$apply ===
true
;
20
}
21
22
public
function
reject
()
23
{
24
return
true
;
25
}
26
}
Bitrix\Sender\Integration\Sender\Mail\ConsentResponseMail
Определения
consentresponsemail.php:15
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail
Определения
testconsentresponsemail.php:9
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail\CODE
const CODE
Определения
testconsentresponsemail.php:10
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail\reject
reject()
Определения
testconsentresponsemail.php:22
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail\updateContact
updateContact($apply)
Определения
testconsentresponsemail.php:17
bitrix
modules
sender
lib
integration
sender
mail
testconsentresponsemail.php
Создано системой
1.14.0