OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxDebugInfo Class Reference

Public Member Functions

 formatTemplateData ($aViewData=array())
 formatMemoryUsage ()
 formatExecutionTime ($dTotalTime)
 formatGeneralInfo ()
 formatDbInfo ()
 formatAdoDbPerf ()
 formatTimeStamp ()

Detailed Description

Debug information formatter

Definition at line 7 of file oxdebuginfo.php.

Member Function Documentation

oxDebugInfo::formatAdoDbPerf ( )

db debug info formatter (collects adodb logs)

Deprecated:
since v5.3.0 (2016-06-07). The SQL logging feature is deprecated. This feature will be removed.
Returns
string

Definition at line 167 of file oxdebuginfo.php.

oxDebugInfo::formatDbInfo ( )

db debug info formatter

Deprecated:
since v5.3.0 (2016-06-07). The SQL logging feature is deprecated. This feature will be removed.
Returns
string

Definition at line 143 of file oxdebuginfo.php.

oxDebugInfo::formatExecutionTime (   $dTotalTime)

format execution times

Parameters
double$dTotalTimetotal time
Returns
string

Definition at line 74 of file oxdebuginfo.php.

oxDebugInfo::formatGeneralInfo ( )

general info (debug title)

Returns
string

Definition at line 126 of file oxdebuginfo.php.

oxDebugInfo::formatMemoryUsage ( )

format memory usage

Returns
string

Definition at line 35 of file oxdebuginfo.php.

oxDebugInfo::formatTemplateData (   $aViewData = array())

format template data for debug view

Parameters
array$aViewDatatemplate data
Returns
string

Definition at line 17 of file oxdebuginfo.php.

oxDebugInfo::formatTimeStamp ( )

Forms view name and timestamp to.

Returns
string

Definition at line 185 of file oxdebuginfo.php.


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