PHP Class frontend\controllers\SiteController

Inheritance: extends yii\web\Controller
Afficher le fichier Open project: yiisoft/yii2-app-advanced Class Usage Examples

Méthodes publiques

Méthode Description
actionAbout ( ) : mixed Displays about page.
actionContact ( ) : mixed Displays contact page.
actionIndex ( ) : mixed Displays homepage.
actionLogin ( ) : mixed Logs in a user.
actionLogout ( ) : mixed Logs out the current user.
actionRequestPasswordReset ( ) : mixed Requests password reset.
actionResetPassword ( string $token ) : mixed Resets password.
actionSignup ( ) : mixed Signs user up.
actions ( )
behaviors ( )

Method Details

actionAbout() public méthode

Displays about page.
public actionAbout ( ) : mixed
Résultat mixed

actionContact() public méthode

Displays contact page.
public actionContact ( ) : mixed
Résultat mixed

actionIndex() public méthode

Displays homepage.
public actionIndex ( ) : mixed
Résultat mixed

actionLogin() public méthode

Logs in a user.
public actionLogin ( ) : mixed
Résultat mixed

actionLogout() public méthode

Logs out the current user.
public actionLogout ( ) : mixed
Résultat mixed

actionRequestPasswordReset() public méthode

Requests password reset.
public actionRequestPasswordReset ( ) : mixed
Résultat mixed

actionResetPassword() public méthode

Resets password.
public actionResetPassword ( string $token ) : mixed
$token string
Résultat mixed

actionSignup() public méthode

Signs user up.
public actionSignup ( ) : mixed
Résultat mixed

actions() public méthode

public actions ( )

behaviors() public méthode

public behaviors ( )