debug\DebugAsset $css

$css public property public $css = ['main.css', 'toolbar.css']

debug\controllers\DefaultController loadData()

loadData() public method public void loadData ( $tag, $maxRetry = 0 )$tag $maxRetry

debug\controllers\DefaultController getManifest()

getManifest() protected method protected void getManifest ( $forceReload = false )$forceReload

debug\controllers\DefaultController beforeAction()

beforeAction() public method public void beforeAction ( $action )$action

debug\controllers\DefaultController actionView()

actionView() public method public void actionView ( $tag = null, $panel = null )$tag $panel

debug\controllers\DefaultController actionToolbar()

actionToolbar() public method public void actionToolbar ( $tag )$tag

debug\controllers\DefaultController actions()

actions() public method Declares external actions for the controller. This method is meant to be overwritten to declare external actions for the controller. It should return an array, with array keys being action IDs, and array values the corresponding action class names or action configuration arrays. For example, return [ 'action1' => 'app\components\Action1', 'action2' => [ 'class' => 'app\components\Action2', 'property1' => 'value1', 'property

debug\controllers\DefaultController actionIndex()

actionIndex() public method public void actionIndex ( )

debug\controllers\DefaultController actionDownloadMail()

actionDownloadMail() public method public void actionDownloadMail ( $file )$file

debug\controllers\DefaultController $summary

$summary public property The summary data (e.g. URL, time) public array $summary = null