debug\panels\DbPanel $criticalQueryThreshold

$criticalQueryThreshold public property The threshold for determining whether the request has involved critical number of DB queries. If the number of queries exceeds this number, the execution is considered taking critical number of DB queries. public integer $criticalQueryThreshold = null

debug\panels\ConfigPanel 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\ConfigPanel getSummary()

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

debug\panels\ConfigPanel getPhpInfo()

getPhpInfo() public method Returns the BODY contents of the phpinfo() output public array getPhpInfo ( )

debug\panels\ConfigPanel getName()

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

debug\panels\ConfigPanel getExtensions()

getExtensions() public method Returns data about extensions public array getExtensions ( )

debug\panels\ConfigPanel getDetail()

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

debug\panels\ConfigPanel $summary

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

debug\panels\ConfigPanel $phpInfo

$phpInfo public read-only property public array getPhpInfo ( )

debug\panels\ConfigPanel $name

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