XOOPS  2.6.0
Xoops\Core\Database\Logging\XoopsDebugStack Class Reference
Inheritance diagram for Xoops\Core\Database\Logging\XoopsDebugStack:
Inheritance graph

Public Member Functions

 stopQuery ()
 

Detailed Description

Definition at line 28 of file XoopsDebugStack.php.

Member Function Documentation

Xoops\Core\Database\Logging\XoopsDebugStack::stopQuery ( )

stopQuery

Perform usual Doctrine DebugStack stopQuery() and trigger event for loggers

Event argument is array:

  • 'sql' => string SQL statement
  • 'params' => array of bound parameters
  • 'types' => array of parameter types
  • 'executionMS' => float of execution time in microseconds
Returns
void

Definition at line 43 of file XoopsDebugStack.php.

References Xoops\getInstance().

Here is the call graph for this function:


The documentation for this class was generated from the following file: