File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/sender/lib/consent/consentresponsefactory.php
Back
<?php namespace Bitrix\Sender\Consent; use Bitrix\Sender\Integration\EventHandler; use Bitrix\Sender\Internals\CodeBasedFactory; class ConsentResponseFactory extends CodeBasedFactory { /** * @param $code * * @return iConsentResponse|null */ public static function getConsentResponse($code) { return static::getObjectInstance(static::getInterface(), $code); } protected static function getInterface() { return iConsentResponse::class; } protected static function getClasses() { return [ iConsentResponse::EVENT_NAME => EventHandler::onSenderConsentResponseList(), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings