UserInterface
interface UserInterface implements Authenticatable, CanResetPassword
회원 정보를 저장하는 클래스가 구현해야 하는 인터페이스
Methods
setEmailForPasswordReset() 메소드에서 반환할 email 정보를 지정한다.
Get the unique identifier
Get the name for display
Get the rating of user
Finds whether user has super rating.
Finds whether user has manager or super rating.
Get the status of user
Get profile image URL of user
Get groups a user belongs
Get Pending Email of current user
회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
add this user to groups
leave groups
Details
in Authenticatable at line 38
void
setEmailForPasswordReset(string $email)
setEmailForPasswordReset() 메소드에서 반환할 email 정보를 지정한다.
in Authenticatable at line 47
void
setLoginTime(mixed $time = null)
최종 로그인 시간을 기록한다.
at line 36
string
getId()
Get the unique identifier
at line 43
string
getDisplayName()
Get the name for display
at line 50
string
getRating()
Get the rating of user
at line 57
boolean
isAdmin()
Finds whether user has super rating.
at line 64
boolean
isManager()
Finds whether user has manager or super rating.
at line 71
string
getStatus()
Get the status of user
at line 78
string
getProfileImage()
Get profile image URL of user
at line 85
array
getGroups()
Get groups a user belongs
at line 92
EmailInterface
getPendingEmail()
Get Pending Email of current user
at line 101
AccountInterface
getAccountByProvider(string $provider)
회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다.
at line 110
UserInterface
joinGroups(mixed $groups)
add this user to groups
at line 119
UserInterface
leaveGroups(array $groups)
leave groups