frontend\controllers\SiteController::actionLogout PHP 메소드

actionLogout() 공개 메소드

Logs out the current user.
public actionLogout ( ) : mixed
리턴 mixed
    public function actionLogout()
    {
        Yii::$app->user->logout();
        return $this->goHome();
    }