Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1. class Doctrine\ORM\EntityManager#63 (11) {
  2. private $config =>
  3. class Doctrine\ORM\Configuration#51 (1) {
  4. protected $_attributes =>
  5. array(11) {
  6. 'metadataCacheImpl' =>
  7. class Doctrine\Common\Cache\ArrayCache#46 (6) {
  8. ...
  9. }
  10. 'queryCacheImpl' =>
  11. class Doctrine\Common\Cache\ArrayCache#46 (6) {
  12. ...
  13. }
  14. 'resultCacheImpl' =>
  15. class Doctrine\Common\Cache\ArrayCache#46 (6) {
  16. ...
  17. }
  18. 'proxyDir' =>
  19. string(4) "/tmp"
  20. 'proxyNamespace' =>
  21. string(15) "DoctrineProxies"
  22. 'autoGenerateProxyClasses' =>
  23. int(1)
  24. 'metadataDriverImpl' =>
  25. class Doctrine\ORM\Mapping\Driver\AnnotationDriver#52 (6) {
  26. ...
  27. }
  28. 'classMetadataFactoryName' =>
  29. string(41) "Doctrine\ORM\Mapping\ClassMetadataFactory"
  30. 'entityListenerResolver' =>
  31. class Doctrine\ORM\Mapping\DefaultEntityListenerResolver#68 (1) {
  32. ...
  33. }
  34. 'namingStrategy' =>
  35. class Doctrine\ORM\Mapping\DefaultNamingStrategy#85 (0) {
  36. ...
  37. }
  38. 'quoteStrategy' =>
  39. class Doctrine\ORM\Mapping\DefaultQuoteStrategy#100 (0) {
  40. ...
  41. }
  42. }
  43. }
  44. private $conn =>
  45. class Doctrine\DBAL\Connection#61 (15) {
  46. protected $_conn =>
  47. class Doctrine\DBAL\Driver\PDOConnection#83 (0) {
  48. }
  49. protected $_config =>
  50. class Doctrine\ORM\Configuration#51 (1) {
  51. protected $_attributes =>
  52. array(11) {
  53. ...
  54. }
  55. }
  56. protected $_eventManager =>
  57. class Doctrine\Common\EventManager#59 (1) {
  58. private $_listeners =>
  59. array(1) {
  60. ...
  61. }
  62. }
  63. protected $_expr =>
  64. class Doctrine\DBAL\Query\Expression\ExpressionBuilder#62 (1) {
  65. private $connection =>
  66. ...
  67.  
  68. }
  69. private $isConnected =>
  70. bool(true)
  71. private $autoCommit =>
  72. bool(true)
  73. private $transactionNestingLevel =>
  74. int(1)
  75. private $transactionIsolationLevel =>
  76. NULL
  77. private $nestTransactionsWithSavepoints =>
  78. bool(false)
  79. private $params =>
  80. array(7) {
  81. 'dbname' =>
  82. string(14) "administrativo"
  83. 'user' =>
  84. string(8) "educacao"
  85. 'password' =>
  86. string(6) "123456"
  87. 'host' =>
  88. string(32) "educacao-adm-v3-backend-postgres"
  89. 'port' =>
  90. string(4) "5432"
  91. 'driver' =>
  92. string(9) "pdo_pgsql"
  93. 'charset' =>
  94. string(4) "utf8"
  95. }
  96. private $platform =>
  97. class Doctrine\DBAL\Platforms\PostgreSQL94Platform#107 (6) {
  98. private $useBooleanTrueFalseStrings =>
  99. bool(true)
  100. private $booleanLiterals =>
  101. array(2) {
  102. ...
  103. }
  104. protected $doctrineTypeMapping =>
  105. NULL
  106. protected $doctrineTypeComments =>
  107. NULL
  108. protected $_eventManager =>
  109. class Doctrine\Common\EventManager#59 (1) {
  110. ...
  111. }
  112. protected $_keywords =>
  113. NULL
  114. }
  115. protected $_schemaManager =>
  116. NULL
  117. protected $_driver =>
  118. class Doctrine\DBAL\Driver\PDOPgSql\Driver#60 (0) {
  119. }
  120. private $isRollbackOnly =>
  121. bool(false)
  122. protected $defaultFetchMode =>
  123. int(2)
  124. }
  125. private $metadataFactory =>
  126. class Doctrine\ORM\Mapping\ClassMetadataFactory#64 (10) {
  127. private $em =>
  128. ...
  129.  
  130. private $targetPlatform =>
  131. class Doctrine\DBAL\Platforms\PostgreSQL94Platform#107 (6) {
  132. private $useBooleanTrueFalseStrings =>
  133. bool(true)
  134. private $booleanLiterals =>
  135. array(2) {
  136. ...
  137. }
  138. protected $doctrineTypeMapping =>
  139. NULL
  140. protected $doctrineTypeComments =>
  141. NULL
  142. protected $_eventManager =>
  143. class Doctrine\Common\EventManager#59 (1) {
  144. ...
  145. }
  146. protected $_keywords =>
  147. NULL
  148. }
  149. private $driver =>
  150. class Doctrine\ORM\Mapping\Driver\AnnotationDriver#52 (6) {
  151. protected $entityAnnotationClasses =>
  152. array(2) {
  153. ...
  154. }
  155. protected $reader =>
  156. class Doctrine\Common\Annotations\AnnotationReader#53 (5) {
  157. ...
  158. }
  159. protected $paths =>
  160. array(1) {
  161. ...
  162. }
  163. protected $excludePaths =>
  164. array(0) {
  165. ...
  166. }
  167. protected $fileExtension =>
  168. string(4) ".php"
  169. protected $classNames =>
  170. array(2) {
  171. ...
  172. }
  173. }
  174. private $evm =>
  175. class Doctrine\Common\EventManager#59 (1) {
  176. private $_listeners =>
  177. array(1) {
  178. ...
  179. }
  180. }
  181. private $embeddablesActiveNesting =>
  182. array(0) {
  183. }
  184. protected $cacheSalt =>
  185. string(14) "$CLASSMETADATA"
  186. private $cacheDriver =>
  187. class Doctrine\Common\Cache\ArrayCache#46 (6) {
  188. private $data =>
  189. array(2) {
  190. ...
  191. }
  192. private $hitsCount =>
  193. int(0)
  194. private $missesCount =>
  195. int(3)
  196. private $upTime =>
  197. int(1571170565)
  198. private $namespace =>
  199. string(37) "dc2_d42b9c57d24cf5db3bd8d332dc35437f_"
  200. private $namespaceVersion =>
  201. int(1)
  202. }
  203. private $loadedMetadata =>
  204. array(2) {
  205. 'Administrativo\Escola\Domain\Entity\Pessoa' =>
  206. class Doctrine\ORM\Mapping\ClassMetadata#84 (40) {
  207. ...
  208. }
  209. 'Administrativo\Escola\Domain\Entity\Escola' =>
  210. class Doctrine\ORM\Mapping\ClassMetadata#101 (40) {
  211. ...
  212. }
  213. }
  214. protected $initialized =>
  215. bool(true)
  216. private $reflectionService =>
  217. class Doctrine\Common\Persistence\Mapping\RuntimeReflectionService#96 (0) {
  218. }
  219. }
  220. private $unitOfWork =>
  221. class Doctrine\ORM\UnitOfWork#66 (26) {
  222. private $identityMap =>
  223. array(0) {
  224. }
  225. private $entityIdentifiers =>
  226. array(0) {
  227. }
  228. private $originalEntityData =>
  229. array(0) {
  230. }
  231. private $entityChangeSets =>
  232. array(0) {
  233. }
  234. private $entityStates =>
  235. array(0) {
  236. }
  237. private $scheduledForSynchronization =>
  238. array(0) {
  239. }
  240. private $entityInsertions =>
  241. array(0) {
  242. }
  243. private $entityUpdates =>
  244. array(0) {
  245. }
  246. private $extraUpdates =>
  247. array(0) {
  248. }
  249. private $entityDeletions =>
  250. array(0) {
  251. }
  252. private $nonCascadedNewDetectedEntities =>
  253. array(0) {
  254. }
  255. private $collectionDeletions =>
  256. array(0) {
  257. }
  258. private $collectionUpdates =>
  259. array(0) {
  260. }
  261. private $visitedCollections =>
  262. array(0) {
  263. }
  264. private $em =>
  265. ...
  266.  
  267. private $persisters =>
  268. array(0) {
  269. }
  270. private $collectionPersisters =>
  271. array(0) {
  272. }
  273. private $evm =>
  274. class Doctrine\Common\EventManager#59 (1) {
  275. private $_listeners =>
  276. array(1) {
  277. ...
  278. }
  279. }
  280. private $listenersInvoker =>
  281. class Doctrine\ORM\Event\ListenersInvoker#67 (2) {
  282. private $resolver =>
  283. class Doctrine\ORM\Mapping\DefaultEntityListenerResolver#68 (1) {
  284. ...
  285. }
  286. private $eventManager =>
  287. class Doctrine\Common\EventManager#59 (1) {
  288. ...
  289. }
  290. }
  291. private $identifierFlattener =>
  292. class Doctrine\ORM\Utility\IdentifierFlattener#69 (2) {
  293. private $unitOfWork =>
  294. ...
  295.  
  296. private $metadataFactory =>
  297. class Doctrine\ORM\Mapping\ClassMetadataFactory#64 (10) {
  298. ...
  299. }
  300. }
  301. private $orphanRemovals =>
  302. array(0) {
  303. }
  304. private $readOnlyObjects =>
  305. array(0) {
  306. }
  307. private $eagerLoadingEntities =>
  308. array(0) {
  309. }
  310. protected $hasCache =>
  311. bool(false)
  312. private $hydrationCompleteHandler =>
  313. class Doctrine\ORM\Internal\HydrationCompleteHandler#70 (3) {
  314. private $listenersInvoker =>
  315. class Doctrine\ORM\Event\ListenersInvoker#67 (2) {
  316. ...
  317. }
  318. private $em =>
  319. ...
  320.  
  321. private $deferredPostLoadInvocations =>
  322. array(0) {
  323. ...
  324. }
  325. }
  326. private $reflectionPropertiesGetter =>
  327. class Doctrine\ORM\Mapping\Reflection\ReflectionPropertiesGetter#71 (2) {
  328. private $properties =>
  329. array(0) {
  330. ...
  331. }
  332. private $reflectionService =>
  333. class Doctrine\Common\Persistence\Mapping\RuntimeReflectionService#72 (0) {
  334. ...
  335. }
  336. }
  337. }
  338. private $eventManager =>
  339. class Doctrine\Common\EventManager#59 (1) {
  340. private $_listeners =>
  341. array(1) {
  342. 'postPersist' =>
  343. array(1) {
  344. ...
  345. }
  346. }
  347. }
  348. private $proxyFactory =>
  349. class Doctrine\ORM\Proxy\ProxyFactory#73 (8) {
  350. private $em =>
  351. ...
  352.  
  353. private $uow =>
  354. class Doctrine\ORM\UnitOfWork#66 (26) {
  355. private $identityMap =>
  356. array(0) {
  357. ...
  358. }
  359. private $entityIdentifiers =>
  360. array(0) {
  361. ...
  362. }
  363. private $originalEntityData =>
  364. array(0) {
  365. ...
  366. }
  367. private $entityChangeSets =>
  368. array(0) {
  369. ...
  370. }
  371. private $entityStates =>
  372. array(0) {
  373. ...
  374. }
  375. private $scheduledForSynchronization =>
  376. array(0) {
  377. ...
  378. }
  379. private $entityInsertions =>
  380. array(0) {
  381. ...
  382. }
  383. private $entityUpdates =>
  384. array(0) {
  385. ...
  386. }
  387. private $extraUpdates =>
  388. array(0) {
  389. ...
  390. }
  391. private $entityDeletions =>
  392. array(0) {
  393. ...
  394. }
  395. private $nonCascadedNewDetectedEntities =>
  396. array(0) {
  397. ...
  398. }
  399. private $collectionDeletions =>
  400. array(0) {
  401. ...
  402. }
  403. private $collectionUpdates =>
  404. array(0) {
  405. ...
  406. }
  407. private $visitedCollections =>
  408. array(0) {
  409. ...
  410. }
  411. private $em =>
  412. ...
  413.  
  414. private $persisters =>
  415. array(0) {
  416. ...
  417. }
  418. private $collectionPersisters =>
  419. array(0) {
  420. ...
  421. }
  422. private $evm =>
  423. class Doctrine\Common\EventManager#59 (1) {
  424. ...
  425. }
  426. private $listenersInvoker =>
  427. class Doctrine\ORM\Event\ListenersInvoker#67 (2) {
  428. ...
  429. }
  430. private $identifierFlattener =>
  431. class Doctrine\ORM\Utility\IdentifierFlattener#69 (2) {
  432. ...
  433. }
  434. private $orphanRemovals =>
  435. array(0) {
  436. ...
  437. }
  438. private $readOnlyObjects =>
  439. array(0) {
  440. ...
  441. }
  442. private $eagerLoadingEntities =>
  443. array(0) {
  444. ...
  445. }
  446. protected $hasCache =>
  447. bool(false)
  448. private $hydrationCompleteHandler =>
  449. class Doctrine\ORM\Internal\HydrationCompleteHandler#70 (3) {
  450. ...
  451. }
  452. private $reflectionPropertiesGetter =>
  453. class Doctrine\ORM\Mapping\Reflection\ReflectionPropertiesGetter#71 (2) {
  454. ...
  455. }
  456. }
  457. private $proxyNs =>
  458. string(15) "DoctrineProxies"
  459. private $identifierFlattener =>
  460. class Doctrine\ORM\Utility\IdentifierFlattener#75 (2) {
  461. private $unitOfWork =>
  462. class Doctrine\ORM\UnitOfWork#66 (26) {
  463. ...
  464. }
  465. private $metadataFactory =>
  466. class Doctrine\ORM\Mapping\ClassMetadataFactory#64 (10) {
  467. ...
  468. }
  469. }
  470. private $metadataFactory =>
  471. class Doctrine\ORM\Mapping\ClassMetadataFactory#64 (10) {
  472. private $em =>
  473. ...
  474.  
  475. private $targetPlatform =>
  476. class Doctrine\DBAL\Platforms\PostgreSQL94Platform#107 (6) {
  477. ...
  478. }
  479. private $driver =>
  480. class Doctrine\ORM\Mapping\Driver\AnnotationDriver#52 (6) {
  481. ...
  482. }
  483. private $evm =>
  484. class Doctrine\Common\EventManager#59 (1) {
  485. ...
  486. }
  487. private $embeddablesActiveNesting =>
  488. array(0) {
  489. ...
  490. }
  491. protected $cacheSalt =>
  492. string(14) "$CLASSMETADATA"
  493. private $cacheDriver =>
  494. class Doctrine\Common\Cache\ArrayCache#46 (6) {
  495. ...
  496. }
  497. private $loadedMetadata =>
  498. array(2) {
  499. ...
  500. }
  501. protected $initialized =>
  502. bool(true)
  503. private $reflectionService =>
  504. class Doctrine\Common\Persistence\Mapping\RuntimeReflectionService#96 (0) {
  505. ...
  506. }
  507. }
  508. private $proxyGenerator =>
  509. class Doctrine\Common\Proxy\ProxyGenerator#74 (4) {
  510. private $proxyNamespace =>
  511. string(15) "DoctrineProxies"
  512. private $proxyDirectory =>
  513. string(4) "/tmp"
  514. protected $placeholders =>
  515. array(2) {
  516. ...
  517. }
  518. protected $proxyClassTemplate =>
  519. string(3373) "<?php
  520.  
  521. namespace <namespace>;
  522.  
  523. /**
  524. * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
  525. */
  526. class <proxyShortClassName> extends \<className> implements \<baseProxyInterface>
  527. {
  528. /**
  529. * @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with
  530. * three parameters, being respectively the proxy object to be initialized, the method that triggered the
  531. * initialization process and an array of ordered parameters that "...
  532. }
  533. private $autoGenerate =>
  534. int(1)
  535. private $definitions =>
  536. array(0) {
  537. }
  538. }
  539. private $repositoryFactory =>
  540. class Doctrine\ORM\Repository\DefaultRepositoryFactory#65 (1) {
  541. private $repositoryList =>
  542. array(0) {
  543. }
  544. }
  545. private $expressionBuilder =>
  546. NULL
  547. private $closed =>
  548. bool(false)
  549. private $filterCollection =>
  550. NULL
  551. private $cache =>
  552. NULL
  553. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement