메소드 |
설명 |
|
getAccountByProvider ( string $provider ) : Xpressengine\User\AccountInterface |
회원이 소유한 계정 중에 주어진 provider를 가진 계정을 반환한다. |
|
getDisplayName ( ) : string |
Get the name for display |
|
getGroups ( ) : array |
Get groups a user belongs |
|
getId ( ) : string |
Get the unique identifier |
|
getPendingEmail ( ) : Xpressengine\User\EmailInterface |
Get Pending Email of current user |
|
getProfileImage ( ) : string |
Get profile image URL of user |
|
getRating ( ) : string |
Get the rating of user |
|
getStatus ( ) : string |
Get the status of user |
|
isAdmin ( ) : boolean |
Finds whether user has super rating. |
|
isManager ( ) : boolean |
Finds whether user has manager or super rating. |
|
joinGroups ( mixed $groups ) : static |
add this user to groups |
|
leaveGroups ( array $groups ) : static |
leave groups |
|