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 ( )
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
calculateTimings() public method Calculates given request profile timings. public array calculateTimings ( )return array Timings [token, category, timestamp, traces, nesting level, elapsed time]
$types public read-only property public array getTypes ( )
$summaryName public read-only property Short name of the panel, which will be use in summary. public string getSummaryName ( )
$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )
$profileLogs public read-only property public array getProfileLogs ( )
$name public read-only property Name of the panel public string getName ( )
$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )
$db public read-only property The name of the database component to use for executing (explain) queries public yii\db\Connection getDb ( )
Page 377 of 633