backend\controllers\SiteController::actionLogout PHP Méthode

actionLogout() public méthode

public actionLogout ( )
    public function actionLogout()
    {
        Yii::$app->user->logout();
        return $this->goHome();
    }