OXID eShop CE
4.10.2
|
Public Member Functions | |
formatTemplateData ($aViewData=array()) | |
formatMemoryUsage () | |
formatExecutionTime ($dTotalTime) | |
formatGeneralInfo () | |
formatDbInfo () | |
formatAdoDbPerf () | |
formatTimeStamp () |
Debug information formatter
Definition at line 7 of file oxdebuginfo.php.
oxDebugInfo::formatAdoDbPerf | ( | ) |
db debug info formatter (collects adodb logs)
Definition at line 167 of file oxdebuginfo.php.
oxDebugInfo::formatDbInfo | ( | ) |
db debug info formatter
Definition at line 143 of file oxdebuginfo.php.
oxDebugInfo::formatExecutionTime | ( | $dTotalTime | ) |
format execution times
double | $dTotalTime | total time |
Definition at line 74 of file oxdebuginfo.php.
oxDebugInfo::formatGeneralInfo | ( | ) |
oxDebugInfo::formatMemoryUsage | ( | ) |
oxDebugInfo::formatTemplateData | ( | $aViewData = array() | ) |
format template data for debug view
array | $aViewData | template data |
Definition at line 17 of file oxdebuginfo.php.
oxDebugInfo::formatTimeStamp | ( | ) |