debug\panels\LogPanel getSummary()

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

debug\panels\LogPanel getName()

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

debug\panels\LogPanel 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 ( $refresh = false )$refresh boolean If need to build models from log messages and refresh them. return array Models

debug\panels\LogPanel getDetail()

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

debug\panels\LogPanel $summary

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

debug\panels\LogPanel $name

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

debug\panels\LogPanel $detail

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

debug\panels\DbPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

debug\panels\DbPanel isQueryCountCritical()

isQueryCountCritical() public method Check if given queries count is critical according settings. public boolean isQueryCountCritical ( $count )$count integer Queries count

debug\panels\DbPanel init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )