Class backend\controllers\SiteController
| Inheritance | backend\controllers\SiteController » yii\web\Controller |
|---|
Site controller
Public Methods
| Method | Description | Defined By |
|---|---|---|
| actionIndex() | Displays homepage. | backend\controllers\SiteController |
| actionLogin() | Login action. | backend\controllers\SiteController |
| actionLogout() | Logout action. | backend\controllers\SiteController |
| actions() | backend\controllers\SiteController | |
| behaviors() | backend\controllers\SiteController |
Method Details
Displays homepage.
| public string actionIndex ( ) |
Login action.
| public string actionLogin ( ) |
Logout action.
| public string actionLogout ( ) |
| public void actions ( ) |
| public void behaviors ( ) |