amnah\yii2\user\components\User::afterLogin PHP 메소드

afterLogin() 공개 메소드

public afterLogin ( $identity, $cookieBased, $duration )
    public function afterLogin($identity, $cookieBased, $duration)
    {
        /** @var \amnah\yii2\user\models\User $identity */
        $identity->updateLoginMeta();
        parent::afterLogin($identity, $cookieBased, $duration);
    }