MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/help.cafsindia.com/var/cache/dev/Container9GFRm5W/EntityManager_9a5be93.php
<?php

namespace Container9GFRm5W;
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';

class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
{
    /**
     * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
     */
    private $valueHolder4298d = null;

    /**
     * @var \Closure|null initializer responsible for generating the wrapped object
     */
    private $initializer5bb96 = null;

    /**
     * @var bool[] map of public properties of the parent class
     */
    private static $publicProperties1d7af = [
        
    ];

    public function getConnection()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getConnection', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getConnection();
    }

    public function getMetadataFactory()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getMetadataFactory', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getMetadataFactory();
    }

    public function getExpressionBuilder()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getExpressionBuilder', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getExpressionBuilder();
    }

    public function beginTransaction()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'beginTransaction', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->beginTransaction();
    }

    public function getCache()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getCache', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getCache();
    }

    public function transactional($func)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'transactional', array('func' => $func), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->transactional($func);
    }

    public function wrapInTransaction(callable $func)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'wrapInTransaction', array('func' => $func), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->wrapInTransaction($func);
    }

    public function commit()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'commit', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->commit();
    }

    public function rollback()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'rollback', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->rollback();
    }

    public function getClassMetadata($className)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getClassMetadata', array('className' => $className), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getClassMetadata($className);
    }

    public function createQuery($dql = '')
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'createQuery', array('dql' => $dql), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->createQuery($dql);
    }

    public function createNamedQuery($name)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'createNamedQuery', array('name' => $name), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->createNamedQuery($name);
    }

    public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'createNativeQuery', array('sql' => $sql, 'rsm' => $rsm), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->createNativeQuery($sql, $rsm);
    }

    public function createNamedNativeQuery($name)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'createNamedNativeQuery', array('name' => $name), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->createNamedNativeQuery($name);
    }

    public function createQueryBuilder()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'createQueryBuilder', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->createQueryBuilder();
    }

    public function flush($entity = null)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'flush', array('entity' => $entity), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->flush($entity);
    }

    public function find($className, $id, $lockMode = null, $lockVersion = null)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'find', array('className' => $className, 'id' => $id, 'lockMode' => $lockMode, 'lockVersion' => $lockVersion), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->find($className, $id, $lockMode, $lockVersion);
    }

    public function getReference($entityName, $id)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getReference', array('entityName' => $entityName, 'id' => $id), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getReference($entityName, $id);
    }

    public function getPartialReference($entityName, $identifier)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getPartialReference', array('entityName' => $entityName, 'identifier' => $identifier), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getPartialReference($entityName, $identifier);
    }

    public function clear($entityName = null)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'clear', array('entityName' => $entityName), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->clear($entityName);
    }

    public function close()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'close', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->close();
    }

    public function persist($entity)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'persist', array('entity' => $entity), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->persist($entity);
    }

    public function remove($entity)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'remove', array('entity' => $entity), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->remove($entity);
    }

    public function refresh($entity, ?int $lockMode = null)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'refresh', array('entity' => $entity, 'lockMode' => $lockMode), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->refresh($entity, $lockMode);
    }

    public function detach($entity)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'detach', array('entity' => $entity), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->detach($entity);
    }

    public function merge($entity)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'merge', array('entity' => $entity), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->merge($entity);
    }

    public function copy($entity, $deep = false)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'copy', array('entity' => $entity, 'deep' => $deep), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->copy($entity, $deep);
    }

    public function lock($entity, $lockMode, $lockVersion = null)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'lock', array('entity' => $entity, 'lockMode' => $lockMode, 'lockVersion' => $lockVersion), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->lock($entity, $lockMode, $lockVersion);
    }

    public function getRepository($entityName)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getRepository', array('entityName' => $entityName), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getRepository($entityName);
    }

    public function contains($entity)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'contains', array('entity' => $entity), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->contains($entity);
    }

    public function getEventManager()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getEventManager', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getEventManager();
    }

    public function getConfiguration()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getConfiguration', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getConfiguration();
    }

    public function isOpen()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'isOpen', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->isOpen();
    }

    public function getUnitOfWork()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getUnitOfWork', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getUnitOfWork();
    }

    public function getHydrator($hydrationMode)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getHydrator($hydrationMode);
    }

    public function newHydrator($hydrationMode)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->newHydrator($hydrationMode);
    }

    public function getProxyFactory()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getProxyFactory', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getProxyFactory();
    }

    public function initializeObject($obj)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'initializeObject', array('obj' => $obj), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->initializeObject($obj);
    }

    public function isUninitializedObject($obj) : bool
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'isUninitializedObject', array('obj' => $obj), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->isUninitializedObject($obj);
    }

    public function getFilters()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'getFilters', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->getFilters();
    }

    public function isFiltersStateClean()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'isFiltersStateClean', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->isFiltersStateClean();
    }

    public function hasFilters()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'hasFilters', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return $this->valueHolder4298d->hasFilters();
    }

    /**
     * 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 (\Doctrine\ORM\EntityManager $instance) {
            unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache);
        }, $instance, 'Doctrine\\ORM\\EntityManager')->__invoke($instance);

        $instance->initializer5bb96 = $initializer;

        return $instance;
    }

    public function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, ?\Doctrine\Common\EventManager $eventManager = null)
    {
        static $reflection;

        if (! $this->valueHolder4298d) {
            $reflection = $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
            $this->valueHolder4298d = $reflection->newInstanceWithoutConstructor();
        \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
            unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache);
        }, $this, 'Doctrine\\ORM\\EntityManager')->__invoke($this);

        }

        $this->valueHolder4298d->__construct($conn, $config, $eventManager);
    }

    public function & __get($name)
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, '__get', ['name' => $name], $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        if (isset(self::$publicProperties1d7af[$name])) {
            return $this->valueHolder4298d->$name;
        }

        $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');

        if (! $realInstanceReflection->hasProperty($name)) {
            $targetObject = $this->valueHolder4298d;

            $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->valueHolder4298d;
        $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->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');

        if (! $realInstanceReflection->hasProperty($name)) {
            $targetObject = $this->valueHolder4298d;

            $targetObject->$name = $value;

            return $targetObject->$name;
        }

        $targetObject = $this->valueHolder4298d;
        $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->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, '__isset', array('name' => $name), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');

        if (! $realInstanceReflection->hasProperty($name)) {
            $targetObject = $this->valueHolder4298d;

            return isset($targetObject->$name);
        }

        $targetObject = $this->valueHolder4298d;
        $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->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, '__unset', array('name' => $name), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');

        if (! $realInstanceReflection->hasProperty($name)) {
            $targetObject = $this->valueHolder4298d;

            unset($targetObject->$name);

            return;
        }

        $targetObject = $this->valueHolder4298d;
        $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->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, '__clone', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        $this->valueHolder4298d = clone $this->valueHolder4298d;
    }

    public function __sleep()
    {
        $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, '__sleep', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;

        return array('valueHolder4298d');
    }

    public function __wakeup()
    {
        \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
            unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache);
        }, $this, 'Doctrine\\ORM\\EntityManager')->__invoke($this);
    }

    public function setProxyInitializer(?\Closure $initializer = null) : void
    {
        $this->initializer5bb96 = $initializer;
    }

    public function getProxyInitializer() : ?\Closure
    {
        return $this->initializer5bb96;
    }

    public function initializeProxy() : bool
    {
        return $this->initializer5bb96 && ($this->initializer5bb96->__invoke($valueHolder4298d, $this, 'initializeProxy', array(), $this->initializer5bb96) || 1) && $this->valueHolder4298d = $valueHolder4298d;
    }

    public function isProxyInitialized() : bool
    {
        return null !== $this->valueHolder4298d;
    }

    public function getWrappedValueHolderValue()
    {
        return $this->valueHolder4298d;
    }
}

if (!\class_exists('EntityManager_9a5be93', false)) {
    \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93', 'EntityManager_9a5be93', false);
}