Class app\controllers\SiteController
| Inheritance | app\controllers\SiteController » yii\web\Controller |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| actionAbout() | Displays about page. | app\controllers\SiteController |
| actionContact() | Displays contact page. | app\controllers\SiteController |
| actionIndex() | Displays homepage. | app\controllers\SiteController |
| actionLogin() | Login action. | app\controllers\SiteController |
| actionLogout() | Logout action. | app\controllers\SiteController |
| actions() | app\controllers\SiteController | |
| behaviors() | app\controllers\SiteController |
Method Details
Displays about page.
| public string actionAbout ( ) |
Displays contact page.
| public string actionContact ( ) |
Displays homepage.
| public string actionIndex ( ) |
Login action.
| public string actionLogin ( ) |
Logout action.
| public string actionLogout ( ) |
| public void actions ( ) |
| public void behaviors ( ) |