UnknownUser
class UnknownUser implements UserInterface
데이터베이스에서 회원정보를 찾을 수 없는 상태의 회원을 위한 객체 클래스
Properties
static protected string | $name | getDisplayName()메소드가 호출될 때, 반환될 이름 | |
static protected string | $profileImage | ||
protected | $attributes |
Methods
UnknownUser constructor.
Get the unique identifier
Get the name for display
Get the rating of user
Unknown 회원이 사용할 DisplayName을 지정한다.
Set a guest profile image
Get profile image URL of user
Get groups a user belongs
Get the status of user
Get the unique identifier for the user.
Get the password for the user.
Get the token value for the "remember me" session.
Set the token value for the "remember me" session.
Get the column name for the "remember me" token.
setEmailForPasswordReset() 메소드에서 반환할 email 정보를 지정한다.
Get the e-mail address where password reset links are sent.
throw NotSupportedException
Get Pending Email of current user
회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
Finds whether user has super rating.
Finds whether user has manager or super rating.
add this user to groups
leave groups
최종 로그인 시간을 기록한다.
Details
at line 51
__construct(array $attributes = array())
UnknownUser constructor.
at line 61
string
getId()
Get the unique identifier
at line 71
string
getDisplayName()
Get the name for display
at line 81
string
getRating()
Get the rating of user
at line 93
static void
setName(string $name)
Unknown 회원이 사용할 DisplayName을 지정한다.
at line 105
static void
setDefaultProfileImage(string $img)
Set a guest profile image
at line 115
string
getProfileImage()
Get profile image URL of user
at line 125
array
getGroups()
Get groups a user belongs
at line 135
string
getStatus()
Get the status of user
at line 145
mixed
getAuthIdentifier()
Get the unique identifier for the user.
at line 155
string
getAuthPassword()
Get the password for the user.
at line 165
string
getRememberToken()
Get the token value for the "remember me" session.
at line 177
void
setRememberToken(string $value)
Set the token value for the "remember me" session.
at line 187
string
getRememberTokenName()
Get the column name for the "remember me" token.
at line 199
void
setEmailForPasswordReset(string $email)
setEmailForPasswordReset() 메소드에서 반환할 email 정보를 지정한다.
at line 209
string
getEmailForPasswordReset()
Get the e-mail address where password reset links are sent.
at line 219
private void
throwNotSupportedException()
throw NotSupportedException
at line 229
null
getPendingEmail()
Get Pending Email of current user
at line 241
null
getAccountByProvider(string $provider)
회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
at line 251
boolean
isAdmin()
Finds whether user has super rating.
at line 261
boolean
isManager()
Finds whether user has manager or super rating.
at line 274
UnknownUser
joinGroups(mixed $groups)
add this user to groups
at line 286
UnknownUser
leaveGroups(array $groups)
leave groups
at line 298
void
setLoginTime(mixed $time = null)
최종 로그인 시간을 기록한다.