debug\panels\ConfigPanel $extensions

$extensions public read-only property public array getExtensions ( )

debug\panels\ConfigPanel $detail

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

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

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

debug\panels\AssetPanel getName()

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

debug\panels\AssetPanel getDetail()

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

debug\panels\AssetPanel formatOptions()

formatOptions() protected method Format associative array of params to simple value. protected array formatOptions ( array &$params )$params array

debug\panels\AssetPanel format()

format() protected method Additional formatting for view. protected yii\web\AssetManager format ( array $bundles )$bundles yii\web\AssetBundle[] Array of bundles to formatting.

debug\panels\AssetPanel $summary

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

debug\panels\AssetPanel $name

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