[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

(no description)

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

Defines 1 class

Propel2Collector:: (11 methods):
  __construct()
  getHandler()
  getConfig()
  getLogger()
  getDefaultLogger()
  getQueryCount()
  getStatements()
  collect()
  getName()
  getWidgets()
  getAssets()


Class: Propel2Collector  - X-Ref

A Propel logger which acts as a data collector

http://propelorm.org/

Will log queries and display them using the SQLQueries widget.

Example:
<code>
$debugbar->addCollector(new \DebugBar\Bridge\Propel2Collector(\Propel\Runtime\Propel::getServiceContainer()->getReadConnection()));
</code>
__construct(ConnectionInterface $connection,array $logMethods = array('beginTransaction','commit','rollBack','forceRollBack','exec','query','execute')   X-Ref

param: ConnectionInterface $connection Propel connection

getHandler()   X-Ref

return: TestHandler|null

getConfig()   X-Ref

return: array

getLogger()   X-Ref

return: Logger|null

getDefaultLogger()   X-Ref

return: LoggerInterface

getQueryCount()   X-Ref

return: int

getStatements($records, $config)   X-Ref

param: array $records
param: array $config
return: array

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