<?php
namespace ContainerLUlLAS7;
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
class TrustedCookieResponseListener_c7f9b85 extends \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener implements \ProxyManager\Proxy\VirtualProxyInterface
{
/**
* @var \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener|null wrapped object, if the proxy is initialized
*/
private $valueHolder7b15d = null;
/**
* @var \Closure|null initializer responsible for generating the wrapped object
*/
private $initializere3648 = null;
/**
* @var bool[] map of public properties of the parent class
*/
private static $publicProperties8f839 = [
];
public function onKernelResponse(\Symfony\Component\HttpKernel\Event\ResponseEvent $event) : void
{
$this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, 'onKernelResponse', array('event' => $event), $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
$this->valueHolder7b15d->onKernelResponse($event);
return;
}
/**
* Constructor for lazy initialization
*
* @param \Closure|null $initializer
*/
public static function staticProxyConstructor($initializer)
{
static $reflection;
$reflection = $reflection ?? new \ReflectionClass(__CLASS__);
$instance = $reflection->newInstanceWithoutConstructor();
\Closure::bind(function (\Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener $instance) {
unset($instance->trustedTokenStorage, $instance->trustedTokenLifetime, $instance->cookieName, $instance->cookieSecure, $instance->cookieSameSite, $instance->cookiePath, $instance->cookieDomain);
}, $instance, 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener')->__invoke($instance);
$instance->initializere3648 = $initializer;
return $instance;
}
public function __construct(\Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage $trustedTokenStorage, int $trustedTokenLifetime, string $cookieName, ?bool $cookieSecure, ?string $cookieSameSite, ?string $cookiePath, ?string $cookieDomain)
{
static $reflection;
if (! $this->valueHolder7b15d) {
$reflection = $reflection ?? new \ReflectionClass('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener');
$this->valueHolder7b15d = $reflection->newInstanceWithoutConstructor();
\Closure::bind(function (\Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener $instance) {
unset($instance->trustedTokenStorage, $instance->trustedTokenLifetime, $instance->cookieName, $instance->cookieSecure, $instance->cookieSameSite, $instance->cookiePath, $instance->cookieDomain);
}, $this, 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener')->__invoke($this);
}
$this->valueHolder7b15d->__construct($trustedTokenStorage, $trustedTokenLifetime, $cookieName, $cookieSecure, $cookieSameSite, $cookiePath, $cookieDomain);
}
public function & __get($name)
{
$this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, '__get', ['name' => $name], $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
if (isset(self::$publicProperties8f839[$name])) {
return $this->valueHolder7b15d->$name;
}
$realInstanceReflection = new \ReflectionClass('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder7b15d;
$backtrace = debug_backtrace(false, 1);
trigger_error(
sprintf(
'Undefined property: %s::$%s in %s on line %s',
$realInstanceReflection->getName(),
$name,
$backtrace[0]['file'],
$backtrace[0]['line']
),
\E_USER_NOTICE
);
return $targetObject->$name;
}
$targetObject = $this->valueHolder7b15d;
$accessor = function & () use ($targetObject, $name) {
return $targetObject->$name;
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$returnValue = & $accessor();
return $returnValue;
}
public function __set($name, $value)
{
$this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, '__set', array('name' => $name, 'value' => $value), $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
$realInstanceReflection = new \ReflectionClass('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder7b15d;
$targetObject->$name = $value;
return $targetObject->$name;
}
$targetObject = $this->valueHolder7b15d;
$accessor = function & () use ($targetObject, $name, $value) {
$targetObject->$name = $value;
return $targetObject->$name;
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$returnValue = & $accessor();
return $returnValue;
}
public function __isset($name)
{
$this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, '__isset', array('name' => $name), $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
$realInstanceReflection = new \ReflectionClass('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder7b15d;
return isset($targetObject->$name);
}
$targetObject = $this->valueHolder7b15d;
$accessor = function () use ($targetObject, $name) {
return isset($targetObject->$name);
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$returnValue = $accessor();
return $returnValue;
}
public function __unset($name)
{
$this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, '__unset', array('name' => $name), $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
$realInstanceReflection = new \ReflectionClass('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder7b15d;
unset($targetObject->$name);
return;
}
$targetObject = $this->valueHolder7b15d;
$accessor = function () use ($targetObject, $name) {
unset($targetObject->$name);
return;
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$accessor();
}
public function __clone()
{
$this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, '__clone', array(), $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
$this->valueHolder7b15d = clone $this->valueHolder7b15d;
}
public function __sleep()
{
$this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, '__sleep', array(), $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
return array('valueHolder7b15d');
}
public function __wakeup()
{
\Closure::bind(function (\Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener $instance) {
unset($instance->trustedTokenStorage, $instance->trustedTokenLifetime, $instance->cookieName, $instance->cookieSecure, $instance->cookieSameSite, $instance->cookiePath, $instance->cookieDomain);
}, $this, 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Trusted\\TrustedCookieResponseListener')->__invoke($this);
}
public function setProxyInitializer(\Closure $initializer = null) : void
{
$this->initializere3648 = $initializer;
}
public function getProxyInitializer() : ?\Closure
{
return $this->initializere3648;
}
public function initializeProxy() : bool
{
return $this->initializere3648 && ($this->initializere3648->__invoke($valueHolder7b15d, $this, 'initializeProxy', array(), $this->initializere3648) || 1) && $this->valueHolder7b15d = $valueHolder7b15d;
}
public function isProxyInitialized() : bool
{
return null !== $this->valueHolder7b15d;
}
public function getWrappedValueHolderValue()
{
return $this->valueHolder7b15d;
}
}
if (!\class_exists('TrustedCookieResponseListener_c7f9b85', false)) {
\class_alias(__NAMESPACE__.'\\TrustedCookieResponseListener_c7f9b85', 'TrustedCookieResponseListener_c7f9b85', false);
}