Class app\modules\admin\controllers\DefaultController

Inheritanceapp\modules\admin\controllers\DefaultController » yii\web\Controller

Default backend controller

Usually renders a customized dashboard for logged in users

Public Methods

Hide inherited methods

MethodDescriptionDefined By
actionIndex() Application dashboard app\modules\admin\controllers\DefaultController
actionViewConfig() Application configuration app\modules\admin\controllers\DefaultController
actions() Actions defined in classes, eg. error page app\modules\admin\controllers\DefaultController
behaviors() Behaviors, eg. access control app\modules\admin\controllers\DefaultController

Method Details

actionIndex() public method

Application dashboard

string actionIndex( )
actionViewConfig() public method

Application configuration

string actionViewConfig( )
actions() public method

Actions defined in classes, eg. error page

array actions( )
behaviors() public method

Behaviors, eg. access control

array behaviors( )