PHP 클래스 app\User

상속: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Illuminate\Contracts\Auth\CanResetPassword, use trait Illuminate\Auth\Authenticatable, use trait Illuminate\Auth\Passwords\CanResetPassword
파일 보기 프로젝트 열기: jadjoubran/laravel5-angular-material-starter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

공개 메소드들

메소드 설명
getJWTCustomClaims ( ) : array Return a key value array, containing any custom claims to be added to the JWT
getJWTIdentifier ( ) : mixed Get the identifier that will be stored in the subject claim of the JWT

메소드 상세

getJWTCustomClaims() 공개 메소드

Return a key value array, containing any custom claims to be added to the JWT
public getJWTCustomClaims ( ) : array
리턴 array

getJWTIdentifier() 공개 메소드

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
리턴 mixed

프로퍼티 상세

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

The attributes that are mass assignable.
protected array $fillable
리턴 array

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

The attributes that should be hidden for arrays.
protected array $hidden
리턴 array