1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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
Определения
consentresponsefactory.php:9
Bitrix\Sender\Consent\ConsentResponseFactory\getClasses
static getClasses()
Определения
consentresponsefactory.php:25
Bitrix\Sender\Consent\ConsentResponseFactory\getInterface
static getInterface()
Определения
consentresponsefactory.php:20
Bitrix\Sender\Consent\ConsentResponseFactory\getConsentResponse
static getConsentResponse($code)
Определения
consentresponsefactory.php:15
Bitrix\Sender\Integration\EventHandler\onSenderConsentResponseList
static onSenderConsentResponseList()
Определения
eventhandler.php:336
Bitrix\Sender\Internals\CodeBasedFactory
Определения
codebasedfactory.php:18
Bitrix\Sender\Consent\iConsentResponse\EVENT_NAME
const EVENT_NAME
Определения
iconsentresponse.php:7
$code
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения
options.php:195
bitrix
modules
sender
lib
consent
consentresponsefactory.php
Создано системой
1.14.0