$name public read-only property Name of the panel public string getName ( )
$module public property public yii\debug\Module $module = null
$id public property Panel unique identifier. It is set automatically by the container module. public string $id = null
$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )
$data public property Data associated with panel public mixed $data = null
$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 = []
setYiiLogo() public static method Sets the logo URL to be used in <img src=" public static void setYiiLogo ( $logo )$logo string The logo URL
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
resetGlobalSettings() protected method Resets potentially incompatible global settings done in app config. protected void resetGlobalSettings ( )
renderToolbar() public method Renders mini-toolbar at the end of page body. public void renderToolbar ( $event )$event yii\base\Event
Page 381 of 633