Class yii\debug\controllers\DefaultController

Inheritanceyii\debug\controllers\DefaultController » yii\web\Controller
Available since version2.0

Debugger controller

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
getManifest() yii\debug\controllers\DefaultController

Property Details

$layout public property
public $layout 'main'
$module public property
public yii\debug\Module $module null
$summary public property

The summary data (e.g. URL, time)

public array $summary null

Method Details

actionDownloadMail() public method

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

public void actionIndex ( )
actionToolbar() public method

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

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

public void actions ( )
beforeAction() public method

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

protected void getManifest ( $forceReload false )
$forceReload
loadData() public method

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