Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
consentresponsefactory.php
1
<?php
2
3
namespace
Bitrix\Sender\Consent
;
4
5
use
Bitrix\Sender\Integration\EventHandler
;
6
use
Bitrix\Sender\Internals\CodeBasedFactory
;
7
8
class
ConsentResponseFactory
extends
CodeBasedFactory
9
{
15
public
static
function
getConsentResponse
($code)
16
{
17
return
static::getObjectInstance(static::getInterface(), $code);
18
}
19
20
protected
static
function
getInterface
()
21
{
22
return
iConsentResponse::class;
23
}
24
25
protected
static
function
getClasses
()
26
{
27
return
[
28
iConsentResponse::EVENT_NAME
=>
EventHandler::onSenderConsentResponseList
(),
29
];
30
}
31
}
Bitrix\Sender\Consent\ConsentResponseFactory
Definition
consentresponsefactory.php:9
Bitrix\Sender\Consent\ConsentResponseFactory\getClasses
static getClasses()
Definition
consentresponsefactory.php:25
Bitrix\Sender\Consent\ConsentResponseFactory\getInterface
static getInterface()
Definition
consentresponsefactory.php:20
Bitrix\Sender\Consent\ConsentResponseFactory\getConsentResponse
static getConsentResponse($code)
Definition
consentresponsefactory.php:15
Bitrix\Sender\Integration\EventHandler
Definition
eventhandler.php:34
Bitrix\Sender\Integration\EventHandler\onSenderConsentResponseList
static onSenderConsentResponseList()
Definition
eventhandler.php:329
Bitrix\Sender\Internals\CodeBasedFactory
Definition
codebasedfactory.php:18
Bitrix\Sender\Consent\iConsentResponse\EVENT_NAME
const EVENT_NAME
Definition
iconsentresponse.php:7
Bitrix\Sender\Consent
Definition
abstractconsentmessagebuilder.php:3
modules
sender
lib
consent
consentresponsefactory.php
Создано системой
1.10.0