debug\panels\DbPanel getDb()

getDb() public method (available since version 2.0.5) Returns a reference to the DB component associated with the panel public yii\db\Connection getDb ( )

debug\panels\DbPanel canBeExplained()

canBeExplained() public static method (available since version 2.0.5) Check if given query type can be explained. public static boolean canBeExplained ( $type )$type string Query type

debug\panels\DbPanel calculateTimings()

calculateTimings() public method Calculates given request profile timings. public array calculateTimings ( )return array Timings [token, category, timestamp, traces, nesting level, elapsed time]

debug\panels\DbPanel $types

$types public read-only property public array getTypes ( )

debug\panels\DbPanel $summaryName

$summaryName public read-only property Short name of the panel, which will be use in summary. public string getSummaryName ( )

debug\panels\DbPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

debug\panels\DbPanel $profileLogs

$profileLogs public read-only property public array getProfileLogs ( )

debug\panels\DbPanel $name

$name public read-only property Name of the panel public string getName ( )

debug\panels\DbPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

debug\panels\DbPanel $db

$db public read-only property The name of the database component to use for executing (explain) queries public yii\db\Connection getDb ( )