hasExplain() protected method (available since version 2.0.5) protected boolean hasExplain ( )return boolean Whether the DB component has support for EXPLAIN queries
getTypes() public method (available since version 2.0.3) Returns array query types public array getTypes ( )
getTotalQueryTime() protected method Returns total query time. protected integer getTotalQueryTime ( $timings )$timings array return integer Total time
getSummaryName() public method public string getSummaryName ( )return string Short name of the panel, which will be use in summary.
getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar
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.
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 ( )
getName() public method public string getName ( )return string Name of the panel
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
getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view
Page 376 of 633