Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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\Consent\ConsentMessageBuilderFactory
Definition
consentmessagebuilderfactory.php:9
Bitrix\Sender\Integration\Sender\Mail\ConsentResponseMail
Definition
consentresponsemail.php:15
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail
Definition
testconsentresponsemail.php:9
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail\CODE
const CODE
Definition
testconsentresponsemail.php:10
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail\reject
reject()
Definition
testconsentresponsemail.php:22
Bitrix\Sender\Integration\Sender\Mail\TestConsentResponseMail\updateContact
updateContact($apply)
Definition
testconsentresponsemail.php:17
Bitrix\Sender\Message\iBase
Definition
ibase.php:16
Bitrix\Sender\Integration\Sender\Mail
Definition
consentbuildermail.php:3
modules
sender
lib
integration
sender
mail
testconsentresponsemail.php
Создано системой
1.10.0