PHP 클래스 Corcel\User

상속: extends Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Illuminate\Contracts\Auth\CanResetPassword
파일 보기 프로젝트 열기: jgrossi/corcel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$appends array The accessors to append to the model's array form.
$dates
$hidden
$primaryKey
$table
$with

공개 메소드들

메소드 설명
__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

메소드 상세

__get() 공개 메소드

Magic method to return the meta data like the user original fields.
public __get ( string $key ) : string
$key string
리턴 string

comments() 공개 메소드

Comments relationship.
public comments ( ) : Illuminate\Database\Eloquent\Collection
리턴 Illuminate\Database\Eloquent\Collection

fields() 공개 메소드

public fields ( )

getAuthIdentifier() 공개 메소드

Get the unique identifier for the user.
public getAuthIdentifier ( ) : mixed
리턴 mixed

getAuthIdentifierName() 공개 메소드

Get the name of the unique identifier for the user.
public getAuthIdentifierName ( ) : string
리턴 string

getAuthPassword() 공개 메소드

Get the password for the user.
public getAuthPassword ( ) : string
리턴 string

getCreatedAtAttribute() 공개 메소드

Get created at attribute.
public getCreatedAtAttribute ( ) : date
리턴 date

getEmailAttribute() 공개 메소드

Get email attribute.
public getEmailAttribute ( ) : string
리턴 string

getEmailForPasswordReset() 공개 메소드

Get the e-mail address where password reset links are sent.
public getEmailForPasswordReset ( ) : string
리턴 string

getFirstNameAttribute() 공개 메소드

Get first name attribute.
public getFirstNameAttribute ( ) : string
리턴 string

getLastNameAttribute() 공개 메소드

Get last name attribute.
public getLastNameAttribute ( ) : string
리턴 string

getLoginAttribute() 공개 메소드

Get login attribute.
public getLoginAttribute ( ) : string
리턴 string

getNicknameAttribute() 공개 메소드

Get nickname attribute.
public getNicknameAttribute ( ) : string
리턴 string

getRememberToken() 공개 메소드

Get the token value for the "remember me" session.
public getRememberToken ( ) : string
리턴 string

getRememberTokenName() 공개 메소드

Get the column name for the "remember me" token.
public getRememberTokenName ( ) : string
리턴 string

getSlugAttribute() 공개 메소드

Get slug attribute.
public getSlugAttribute ( ) : string
리턴 string

getUrlAttribute() 공개 메소드

Get url attribute.
public getUrlAttribute ( ) : string
리턴 string

meta() 공개 메소드

Meta data relationship.
public meta ( ) : Corcel\UserMetaCollection
리턴 Corcel\UserMetaCollection

newQuery() 공개 메소드

Overriding newQuery() to the custom UserBuilder with some interesting methods.
public newQuery ( ) : Corcel\UserBuilder
리턴 Corcel\UserBuilder

posts() 공개 메소드

Posts relationship.
public posts ( ) : Corcel\PostMetaCollection
리턴 Corcel\PostMetaCollection

save() 공개 메소드

public save ( array $options = [] )
$options array

sendPasswordResetNotification() 공개 메소드

public sendPasswordResetNotification ( string $token )
$token string

setRememberToken() 공개 메소드

Set the token value for the "remember me" session.
public setRememberToken ( string $value ) : void
$value string
리턴 void

setUpdatedAtAttribute() 공개 메소드

Disable updated_at
public setUpdatedAtAttribute ( $value )

프로퍼티 상세

$appends 보호되어 있는 프로퍼티

The accessors to append to the model's array form.
protected array $appends
리턴 array

$dates 보호되어 있는 프로퍼티

protected $dates

$hidden 보호되어 있는 프로퍼티

protected $hidden

$primaryKey 보호되어 있는 프로퍼티

protected $primaryKey

$table 보호되어 있는 프로퍼티

protected $table

$with 보호되어 있는 프로퍼티

protected $with