1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
consentresponsefactory.php
См. документацию.
1<?php
2
3namespace Bitrix\Sender\Consent;
4
5use Bitrix\Sender\Integration\EventHandler;
6use Bitrix\Sender\Internals\CodeBasedFactory;
7
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 [
29 ];
30 }
31}
static onSenderConsentResponseList()
Определения eventhandler.php:336
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195