[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/maximebf/debugbar/src/DebugBar/Bridge/ -> DoctrineCollector.php (summary)

(no description)

File Size: 115 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DoctrineCollector:: (5 methods):
  __construct()
  collect()
  getName()
  getWidgets()
  getAssets()


Class: DoctrineCollector  - X-Ref

Collects Doctrine queries

http://doctrine-project.org

Uses the DebugStack logger to collects data about queries

<code>
$debugStack = new Doctrine\DBAL\Logging\DebugStack();
$entityManager->getConnection()->getConfiguration()->setSQLLogger($debugStack);
$debugbar->addCollector(new DoctrineCollector($debugStack));
</code>
__construct($debugStackOrEntityManager)   X-Ref
DoctrineCollector constructor.

param: $debugStackOrEntityManager

collect()   X-Ref

return: array

getName()   X-Ref

return: string

getWidgets()   X-Ref

return: array

getAssets()   X-Ref

return: array



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer