메소드 |
설명 |
|
__get ( string $key ) : string |
Magic method to return the meta data like the user original fields. |
|
comments ( ) : Illuminate\Database\Eloquent\Collection |
Comments relationship. |
|
fields ( ) |
|
|
getAuthIdentifier ( ) : mixed |
Get the unique identifier for the user. |
|
getAuthIdentifierName ( ) : string |
Get the name of the unique identifier for the user. |
|
getAuthPassword ( ) : string |
Get the password for the user. |
|
getCreatedAtAttribute ( ) : date |
Get created at attribute. |
|
getEmailAttribute ( ) : string |
Get email attribute. |
|
getEmailForPasswordReset ( ) : string |
Get the e-mail address where password reset links are sent. |
|
getFirstNameAttribute ( ) : string |
Get first name attribute. |
|
getLastNameAttribute ( ) : string |
Get last name attribute. |
|
getLoginAttribute ( ) : string |
Get login attribute. |
|
getNicknameAttribute ( ) : string |
Get nickname attribute. |
|
getRememberToken ( ) : string |
Get the token value for the "remember me" session. |
|
getRememberTokenName ( ) : string |
Get the column name for the "remember me" token. |
|
getSlugAttribute ( ) : string |
Get slug attribute. |
|
getUrlAttribute ( ) : string |
Get url attribute. |
|
meta ( ) : Corcel\UserMetaCollection |
Meta data relationship. |
|
newQuery ( ) : Corcel\UserBuilder |
Overriding newQuery() to the custom UserBuilder with some interesting methods. |
|
posts ( ) : Corcel\PostMetaCollection |
Posts relationship. |
|
save ( array $options = [] ) |
|
|
sendPasswordResetNotification ( string $token ) |
|
|
setRememberToken ( string $value ) : void |
Set the token value for the "remember me" session. |
|
setUpdatedAtAttribute ( $value ) |
Disable updated_at |
|