var/cache/dev/ContainerDzovcax/EntityManager_9a5be93.php line 227

Open in your IDE?
  1. <?php
  2. namespace ContainerDzovcax;
  3. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  4. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  5. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  6. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  7. {
  8. /**
  9. * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  10. */
  11. private $valueHolder23f93 = null;
  12. /**
  13. * @var \Closure|null initializer responsible for generating the wrapped object
  14. */
  15. private $initializer99f4c = null;
  16. /**
  17. * @var bool[] map of public properties of the parent class
  18. */
  19. private static $publicPropertiesf2187 = [
  20. ];
  21. public function getConnection()
  22. {
  23. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getConnection', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  24. return $this->valueHolder23f93->getConnection();
  25. }
  26. public function getMetadataFactory()
  27. {
  28. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getMetadataFactory', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  29. return $this->valueHolder23f93->getMetadataFactory();
  30. }
  31. public function getExpressionBuilder()
  32. {
  33. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getExpressionBuilder', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  34. return $this->valueHolder23f93->getExpressionBuilder();
  35. }
  36. public function beginTransaction()
  37. {
  38. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'beginTransaction', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  39. return $this->valueHolder23f93->beginTransaction();
  40. }
  41. public function getCache()
  42. {
  43. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getCache', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  44. return $this->valueHolder23f93->getCache();
  45. }
  46. public function transactional($func)
  47. {
  48. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'transactional', array('func' => $func), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  49. return $this->valueHolder23f93->transactional($func);
  50. }
  51. public function wrapInTransaction(callable $func)
  52. {
  53. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'wrapInTransaction', array('func' => $func), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  54. return $this->valueHolder23f93->wrapInTransaction($func);
  55. }
  56. public function commit()
  57. {
  58. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'commit', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  59. return $this->valueHolder23f93->commit();
  60. }
  61. public function rollback()
  62. {
  63. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'rollback', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  64. return $this->valueHolder23f93->rollback();
  65. }
  66. public function getClassMetadata($className)
  67. {
  68. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getClassMetadata', array('className' => $className), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  69. return $this->valueHolder23f93->getClassMetadata($className);
  70. }
  71. public function createQuery($dql = '')
  72. {
  73. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'createQuery', array('dql' => $dql), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  74. return $this->valueHolder23f93->createQuery($dql);
  75. }
  76. public function createNamedQuery($name)
  77. {
  78. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'createNamedQuery', array('name' => $name), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  79. return $this->valueHolder23f93->createNamedQuery($name);
  80. }
  81. public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  82. {
  83. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'createNativeQuery', array('sql' => $sql, 'rsm' => $rsm), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  84. return $this->valueHolder23f93->createNativeQuery($sql, $rsm);
  85. }
  86. public function createNamedNativeQuery($name)
  87. {
  88. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'createNamedNativeQuery', array('name' => $name), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  89. return $this->valueHolder23f93->createNamedNativeQuery($name);
  90. }
  91. public function createQueryBuilder()
  92. {
  93. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'createQueryBuilder', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  94. return $this->valueHolder23f93->createQueryBuilder();
  95. }
  96. public function flush($entity = null)
  97. {
  98. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'flush', array('entity' => $entity), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  99. return $this->valueHolder23f93->flush($entity);
  100. }
  101. public function find($className, $id, $lockMode = null, $lockVersion = null)
  102. {
  103. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'find', array('className' => $className, 'id' => $id, 'lockMode' => $lockMode, 'lockVersion' => $lockVersion), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  104. return $this->valueHolder23f93->find($className, $id, $lockMode, $lockVersion);
  105. }
  106. public function getReference($entityName, $id)
  107. {
  108. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getReference', array('entityName' => $entityName, 'id' => $id), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  109. return $this->valueHolder23f93->getReference($entityName, $id);
  110. }
  111. public function getPartialReference($entityName, $identifier)
  112. {
  113. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getPartialReference', array('entityName' => $entityName, 'identifier' => $identifier), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  114. return $this->valueHolder23f93->getPartialReference($entityName, $identifier);
  115. }
  116. public function clear($entityName = null)
  117. {
  118. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'clear', array('entityName' => $entityName), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  119. return $this->valueHolder23f93->clear($entityName);
  120. }
  121. public function close()
  122. {
  123. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'close', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  124. return $this->valueHolder23f93->close();
  125. }
  126. public function persist($entity)
  127. {
  128. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'persist', array('entity' => $entity), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  129. return $this->valueHolder23f93->persist($entity);
  130. }
  131. public function remove($entity)
  132. {
  133. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'remove', array('entity' => $entity), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  134. return $this->valueHolder23f93->remove($entity);
  135. }
  136. public function refresh($entity, ?int $lockMode = null)
  137. {
  138. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'refresh', array('entity' => $entity, 'lockMode' => $lockMode), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  139. return $this->valueHolder23f93->refresh($entity, $lockMode);
  140. }
  141. public function detach($entity)
  142. {
  143. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'detach', array('entity' => $entity), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  144. return $this->valueHolder23f93->detach($entity);
  145. }
  146. public function merge($entity)
  147. {
  148. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'merge', array('entity' => $entity), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  149. return $this->valueHolder23f93->merge($entity);
  150. }
  151. public function copy($entity, $deep = false)
  152. {
  153. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'copy', array('entity' => $entity, 'deep' => $deep), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  154. return $this->valueHolder23f93->copy($entity, $deep);
  155. }
  156. public function lock($entity, $lockMode, $lockVersion = null)
  157. {
  158. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'lock', array('entity' => $entity, 'lockMode' => $lockMode, 'lockVersion' => $lockVersion), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  159. return $this->valueHolder23f93->lock($entity, $lockMode, $lockVersion);
  160. }
  161. public function getRepository($entityName)
  162. {
  163. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getRepository', array('entityName' => $entityName), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  164. return $this->valueHolder23f93->getRepository($entityName);
  165. }
  166. public function contains($entity)
  167. {
  168. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'contains', array('entity' => $entity), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  169. return $this->valueHolder23f93->contains($entity);
  170. }
  171. public function getEventManager()
  172. {
  173. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getEventManager', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  174. return $this->valueHolder23f93->getEventManager();
  175. }
  176. public function getConfiguration()
  177. {
  178. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getConfiguration', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  179. return $this->valueHolder23f93->getConfiguration();
  180. }
  181. public function isOpen()
  182. {
  183. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'isOpen', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  184. return $this->valueHolder23f93->isOpen();
  185. }
  186. public function getUnitOfWork()
  187. {
  188. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getUnitOfWork', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  189. return $this->valueHolder23f93->getUnitOfWork();
  190. }
  191. public function getHydrator($hydrationMode)
  192. {
  193. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  194. return $this->valueHolder23f93->getHydrator($hydrationMode);
  195. }
  196. public function newHydrator($hydrationMode)
  197. {
  198. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  199. return $this->valueHolder23f93->newHydrator($hydrationMode);
  200. }
  201. public function getProxyFactory()
  202. {
  203. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getProxyFactory', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  204. return $this->valueHolder23f93->getProxyFactory();
  205. }
  206. public function initializeObject($obj)
  207. {
  208. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'initializeObject', array('obj' => $obj), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  209. return $this->valueHolder23f93->initializeObject($obj);
  210. }
  211. public function isUninitializedObject($obj) : bool
  212. {
  213. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'isUninitializedObject', array('obj' => $obj), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  214. return $this->valueHolder23f93->isUninitializedObject($obj);
  215. }
  216. public function getFilters()
  217. {
  218. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'getFilters', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  219. return $this->valueHolder23f93->getFilters();
  220. }
  221. public function isFiltersStateClean()
  222. {
  223. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'isFiltersStateClean', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  224. return $this->valueHolder23f93->isFiltersStateClean();
  225. }
  226. public function hasFilters()
  227. {
  228. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'hasFilters', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  229. return $this->valueHolder23f93->hasFilters();
  230. }
  231. /**
  232. * Constructor for lazy initialization
  233. *
  234. * @param \Closure|null $initializer
  235. */
  236. public static function staticProxyConstructor($initializer)
  237. {
  238. static $reflection;
  239. $reflection = $reflection ?? new \ReflectionClass(__CLASS__);
  240. $instance = $reflection->newInstanceWithoutConstructor();
  241. \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  242. unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache);
  243. }, $instance, 'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  244. $instance->initializer99f4c = $initializer;
  245. return $instance;
  246. }
  247. public function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, ?\Doctrine\Common\EventManager $eventManager = null)
  248. {
  249. static $reflection;
  250. if (! $this->valueHolder23f93) {
  251. $reflection = $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  252. $this->valueHolder23f93 = $reflection->newInstanceWithoutConstructor();
  253. \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  254. unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache);
  255. }, $this, 'Doctrine\\ORM\\EntityManager')->__invoke($this);
  256. }
  257. $this->valueHolder23f93->__construct($conn, $config, $eventManager);
  258. }
  259. public function & __get($name)
  260. {
  261. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, '__get', ['name' => $name], $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  262. if (isset(self::$publicPropertiesf2187[$name])) {
  263. return $this->valueHolder23f93->$name;
  264. }
  265. $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  266. if (! $realInstanceReflection->hasProperty($name)) {
  267. $targetObject = $this->valueHolder23f93;
  268. $backtrace = debug_backtrace(false, 1);
  269. trigger_error(
  270. sprintf(
  271. 'Undefined property: %s::$%s in %s on line %s',
  272. $realInstanceReflection->getName(),
  273. $name,
  274. $backtrace[0]['file'],
  275. $backtrace[0]['line']
  276. ),
  277. \E_USER_NOTICE
  278. );
  279. return $targetObject->$name;
  280. }
  281. $targetObject = $this->valueHolder23f93;
  282. $accessor = function & () use ($targetObject, $name) {
  283. return $targetObject->$name;
  284. };
  285. $backtrace = debug_backtrace(true, 2);
  286. $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  287. $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
  288. $returnValue = & $accessor();
  289. return $returnValue;
  290. }
  291. public function __set($name, $value)
  292. {
  293. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  294. $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  295. if (! $realInstanceReflection->hasProperty($name)) {
  296. $targetObject = $this->valueHolder23f93;
  297. $targetObject->$name = $value;
  298. return $targetObject->$name;
  299. }
  300. $targetObject = $this->valueHolder23f93;
  301. $accessor = function & () use ($targetObject, $name, $value) {
  302. $targetObject->$name = $value;
  303. return $targetObject->$name;
  304. };
  305. $backtrace = debug_backtrace(true, 2);
  306. $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  307. $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
  308. $returnValue = & $accessor();
  309. return $returnValue;
  310. }
  311. public function __isset($name)
  312. {
  313. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, '__isset', array('name' => $name), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  314. $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  315. if (! $realInstanceReflection->hasProperty($name)) {
  316. $targetObject = $this->valueHolder23f93;
  317. return isset($targetObject->$name);
  318. }
  319. $targetObject = $this->valueHolder23f93;
  320. $accessor = function () use ($targetObject, $name) {
  321. return isset($targetObject->$name);
  322. };
  323. $backtrace = debug_backtrace(true, 2);
  324. $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  325. $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
  326. $returnValue = $accessor();
  327. return $returnValue;
  328. }
  329. public function __unset($name)
  330. {
  331. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, '__unset', array('name' => $name), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  332. $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  333. if (! $realInstanceReflection->hasProperty($name)) {
  334. $targetObject = $this->valueHolder23f93;
  335. unset($targetObject->$name);
  336. return;
  337. }
  338. $targetObject = $this->valueHolder23f93;
  339. $accessor = function () use ($targetObject, $name) {
  340. unset($targetObject->$name);
  341. return;
  342. };
  343. $backtrace = debug_backtrace(true, 2);
  344. $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  345. $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
  346. $accessor();
  347. }
  348. public function __clone()
  349. {
  350. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, '__clone', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  351. $this->valueHolder23f93 = clone $this->valueHolder23f93;
  352. }
  353. public function __sleep()
  354. {
  355. $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, '__sleep', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  356. return array('valueHolder23f93');
  357. }
  358. public function __wakeup()
  359. {
  360. \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  361. unset($instance->config, $instance->conn, $instance->metadataFactory, $instance->unitOfWork, $instance->eventManager, $instance->proxyFactory, $instance->repositoryFactory, $instance->expressionBuilder, $instance->closed, $instance->filterCollection, $instance->cache);
  362. }, $this, 'Doctrine\\ORM\\EntityManager')->__invoke($this);
  363. }
  364. public function setProxyInitializer(?\Closure $initializer = null) : void
  365. {
  366. $this->initializer99f4c = $initializer;
  367. }
  368. public function getProxyInitializer() : ?\Closure
  369. {
  370. return $this->initializer99f4c;
  371. }
  372. public function initializeProxy() : bool
  373. {
  374. return $this->initializer99f4c && ($this->initializer99f4c->__invoke($valueHolder23f93, $this, 'initializeProxy', array(), $this->initializer99f4c) || 1) && $this->valueHolder23f93 = $valueHolder23f93;
  375. }
  376. public function isProxyInitialized() : bool
  377. {
  378. return null !== $this->valueHolder23f93;
  379. }
  380. public function getWrappedValueHolderValue()
  381. {
  382. return $this->valueHolder23f93;
  383. }
  384. }
  385. if (!\class_exists('EntityManager_9a5be93', false)) {
  386. \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93', 'EntityManager_9a5be93', false);
  387. }