Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс AbstractConsentResponse
+ Граф наследования:AbstractConsentResponse:

Открытые члены

 loadData ($data)
 
 reject ()
 
 apply ()
 

Открытые атрибуты

const APPLY_ACTION = true
 
const REJECT_ACTION = false
 
const ORIGINATOR_ID = 'sender'
 

Защищенные члены

 getContactId ()
 
 getConsentId ()
 
 getPostingId ()
 
 isContactUpdated ($apply)
 
 updateContact ($apply)
 

Подробное описание

См. определение в файле abstractconsentresponse.php строка 10

Методы

◆ apply()

apply ( )

apply contact to send marketing messages

Возвращает
bool

Замещает iConsentResponse.

См. определение в файле abstractconsentresponse.php строка 37

◆ getConsentId()

getConsentId ( )
abstractprotected
Возвращает
mixed

Переопределяется в ConsentResponseMail.

◆ getContactId()

getContactId ( )
abstractprotected

return Contact ID

Возвращает
mixed

Переопределяется в ConsentResponseMail.

◆ getPostingId()

getPostingId ( )
abstractprotected
Возвращает
mixed

Переопределяется в ConsentResponseMail.

◆ isContactUpdated()

isContactUpdated ( $apply)
abstractprotected
Аргументы
$apply
Возвращает
mixed

Переопределяется в ConsentResponseMail.

◆ loadData()

loadData ( $data)
abstract

load data for reject/apply actions

Аргументы
$data
Возвращает
iConsentResponse

Замещает iConsentResponse.

Переопределяется в ConsentResponseMail.

◆ reject()

reject ( )

deny contact to send marketing messages

Возвращает
bool

Замещает iConsentResponse.

Переопределяется в TestConsentResponseMail.

См. определение в файле abstractconsentresponse.php строка 28

◆ updateContact()

updateContact ( $apply)
protected
Аргументы
$apply
Возвращает
bool
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

Переопределяется в TestConsentResponseMail.

См. определение в файле abstractconsentresponse.php строка 72

Данные класса

◆ APPLY_ACTION

const APPLY_ACTION = true

См. определение в файле abstractconsentresponse.php строка 12

◆ ORIGINATOR_ID

const ORIGINATOR_ID = 'sender'

См. определение в файле abstractconsentresponse.php строка 14

◆ REJECT_ACTION

const REJECT_ACTION = false

См. определение в файле abstractconsentresponse.php строка 13