PHP Class backend\controllers\SiteController

Inheritance: extends yii\web\Controller
Show file Open project: iiyii/getyii Class Usage Examples

Public Methods

Method Description
actionIndex ( )
actionLogin ( )
actionLogout ( )
actions ( )
beforeAction ( Action $action ) : boolean
behaviors ( )

Method Details

actionIndex() public method

public actionIndex ( )

actionLogin() public method

public actionLogin ( )

actionLogout() public method

public actionLogout ( )

actions() public method

public actions ( )

beforeAction() public method

public beforeAction ( Action $action ) : boolean
$action yii\base\Action
return boolean

behaviors() public method

public behaviors ( )