PHP 클래스 app\Models\Access\User\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, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait App\Services\Access\Traits\UserHasRole
파일 보기 프로젝트 열기: rappasoft/laravel-5-boilerplate 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dates array
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.
$table string The database table used by the model.

공개 메소드들

메소드 설명
__construct ( array $attributes = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( array $attributes = [] )
$attributes array

프로퍼티 상세

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

protected array $dates
리턴 array

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

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

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

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

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

The database table used by the model.
protected string $table
리턴 string