debug\Panel $name

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

debug\Panel $module

$module public property public yii\debug\Module $module = null

debug\Panel $id

$id public property Panel unique identifier. It is set automatically by the container module. public string $id = null

debug\Panel $detail

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

debug\Panel $data

$data public property Data associated with panel public mixed $data = null

debug\Panel $actions

$actions public property Array of actions to add to the debug modules default controller. This array will be merged with all other panels actions property. See yii\base\Controller::actions() for the format. public array $actions = []

debug\Module setYiiLogo()

setYiiLogo() public static method Sets the logo URL to be used in <img src=" public static void setYiiLogo ( $logo )$logo string The logo URL

debug\Module setDebugHeaders()

setDebugHeaders() public method (available since version 2.0.7) Setting headers to transfer debug data in AJAX requests without interfering with the request itself. public void setDebugHeaders ( $event )$event yii\base\Event

debug\Module resetGlobalSettings()

resetGlobalSettings() protected method Resets potentially incompatible global settings done in app config. protected void resetGlobalSettings ( )

debug\Module renderToolbar()

renderToolbar() public method Renders mini-toolbar at the end of page body. public void renderToolbar ( $event )$event yii\base\Event