<?phpnamespace ContainerU6jjLtF;include_once \dirname(__DIR__, 4).'/src/Services/SeoService.php';class SeoService_4eb7b66 extends \App\Services\SeoService implements \ProxyManager\Proxy\VirtualProxyInterface{ /** * @var \App\Services\SeoService|null wrapped object, if the proxy is initialized */ private $valueHolder8a1b1 = null; /** * @var \Closure|null initializer responsible for generating the wrapped object */ private $initializere7b76 = null; /** * @var bool[] map of public properties of the parent class */ private static $publicPropertiesc12af = [ ]; public function getUrl($slug) { $this->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, 'getUrl', array('slug' => $slug), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; return $this->valueHolder8a1b1->getUrl($slug); } public function getType($slug) { $this->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, 'getType', array('slug' => $slug), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; return $this->valueHolder8a1b1->getType($slug); } /** * 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 (\App\Services\SeoService $instance) { unset($instance->em, $instance->container, $instance->twig); }, $instance, 'App\\Services\\SeoService')->__invoke($instance); $instance->initializere7b76 = $initializer; return $instance; } public function __construct(\Doctrine\ORM\EntityManagerInterface $em, \Symfony\Component\DependencyInjection\ContainerInterface $container, \Twig\Environment $twig) { static $reflection; if (! $this->valueHolder8a1b1) { $reflection = $reflection ?? new \ReflectionClass('App\\Services\\SeoService'); $this->valueHolder8a1b1 = $reflection->newInstanceWithoutConstructor(); \Closure::bind(function (\App\Services\SeoService $instance) { unset($instance->em, $instance->container, $instance->twig); }, $this, 'App\\Services\\SeoService')->__invoke($this); } $this->valueHolder8a1b1->__construct($em, $container, $twig); } public function & __get($name) { $this->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, '__get', ['name' => $name], $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; if (isset(self::$publicPropertiesc12af[$name])) { return $this->valueHolder8a1b1->$name; } $realInstanceReflection = new \ReflectionClass('App\\Services\\SeoService'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder8a1b1; $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->valueHolder8a1b1; $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->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, '__set', array('name' => $name, 'value' => $value), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; $realInstanceReflection = new \ReflectionClass('App\\Services\\SeoService'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder8a1b1; $targetObject->$name = $value; return $targetObject->$name; } $targetObject = $this->valueHolder8a1b1; $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->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, '__isset', array('name' => $name), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; $realInstanceReflection = new \ReflectionClass('App\\Services\\SeoService'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder8a1b1; return isset($targetObject->$name); } $targetObject = $this->valueHolder8a1b1; $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->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, '__unset', array('name' => $name), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; $realInstanceReflection = new \ReflectionClass('App\\Services\\SeoService'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder8a1b1; unset($targetObject->$name); return; } $targetObject = $this->valueHolder8a1b1; $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->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, '__clone', array(), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; $this->valueHolder8a1b1 = clone $this->valueHolder8a1b1; } public function __sleep() { $this->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, '__sleep', array(), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; return array('valueHolder8a1b1'); } public function __wakeup() { \Closure::bind(function (\App\Services\SeoService $instance) { unset($instance->em, $instance->container, $instance->twig); }, $this, 'App\\Services\\SeoService')->__invoke($this); } public function setProxyInitializer(?\Closure $initializer = null): void { $this->initializere7b76 = $initializer; } public function getProxyInitializer(): ?\Closure { return $this->initializere7b76; } public function initializeProxy(): bool { return $this->initializere7b76 && ($this->initializere7b76->__invoke($valueHolder8a1b1, $this, 'initializeProxy', array(), $this->initializere7b76) || 1) && $this->valueHolder8a1b1 = $valueHolder8a1b1; } public function isProxyInitialized(): bool { return null !== $this->valueHolder8a1b1; } public function getWrappedValueHolderValue() { return $this->valueHolder8a1b1; }}if (!\class_exists('SeoService_4eb7b66', false)) { \class_alias(__NAMESPACE__.'\\SeoService_4eb7b66', 'SeoService_4eb7b66', false);}