debug\panels\DbPanel hasExplain()

hasExplain() protected method (available since version 2.0.5) protected boolean hasExplain ( )return boolean Whether the DB component has support for EXPLAIN queries

debug\panels\DbPanel getTypes()

getTypes() public method (available since version 2.0.3) Returns array query types public array getTypes ( )

debug\panels\DbPanel getTotalQueryTime()

getTotalQueryTime() protected method Returns total query time. protected integer getTotalQueryTime ( $timings )$timings array return integer Total time

debug\panels\DbPanel getSummaryName()

getSummaryName() public method public string getSummaryName ( )return string Short name of the panel, which will be use in summary.

debug\panels\DbPanel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

debug\panels\DbPanel getQueryType()

getQueryType() protected method Returns database query type. protected string getQueryType ( $timing )$timing string Timing procedure string return string Query type such as select, insert, delete, etc.

debug\panels\DbPanel getProfileLogs()

getProfileLogs() public method Returns all profile logs of the current request for this panel. It includes categories such as: 'yii\db\Command::query', 'yii\db\Command::execute'. public array getProfileLogs ( )

debug\panels\DbPanel getName()

getName() public method public string getName ( )return string Name of the panel

debug\panels\DbPanel getModels()

getModels() protected method Returns an array of models that represents logs of the current request. Can be used with data providers such as \yii\data\ArrayDataProvider. protected array getModels ( )return array Models

debug\panels\DbPanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view