1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
iconsentresponse.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sender\Consent;
4
5
interface
iConsentResponse
6
{
7
const
EVENT_NAME
=
'onSenderConsentResponseList'
;
8
13
public
function
apply
();
14
19
public
function
reject
();
20
27
public
function
loadData
(
$data
) :
iConsentResponse
;
28
}
$data
$data['IS_AVAILABLE']
Определения
.description.php:13
Bitrix\Sender\Consent\iConsentResponse
Определения
iconsentresponse.php:6
Bitrix\Sender\Consent\iConsentResponse\loadData
loadData($data)
Bitrix\Sender\Consent\iConsentResponse\EVENT_NAME
const EVENT_NAME
Определения
iconsentresponse.php:7
Bitrix\Sender\Consent\iConsentResponse\apply
apply()
Bitrix\Sender\Consent\iConsentResponse\reject
reject()
bitrix
modules
sender
lib
consent
iconsentresponse.php
Создано системой
1.14.0