\App\ModelsUser

Class User

Summary

Methods
Properties
Constants
getIconPathAttribute()
getIdAttribute()
getUrlAttribute()
createTable()
$id
$name
$email
$email_verified_at
$password
$remember_token
$created_at
$updated_at
No constants found
No protected methods found
$dates
$hidden
$fillable
$appends
N/A
No private methods found
No private properties found
N/A

Properties

$id

$id : integer

Type

integer

$name

$name : string

Type

string

$email

$email : string

Type

string

$email_verified_at

$email_verified_at : \Carbon\Carbon

Type

\Carbon\Carbon

$password

$password : string

Type

string

$remember_token

$remember_token : string

Type

string

$created_at

$created_at : \Carbon\Carbon

Type

\Carbon\Carbon

$updated_at

$updated_at : \Carbon\Carbon

Type

\Carbon\Carbon

$dates

$dates : 

Type

$hidden

$hidden : 

Type

$fillable

$fillable : 

Type

$appends

$appends : 

Type

Methods

getIconPathAttribute()

getIconPathAttribute() 

getIdAttribute()

getIdAttribute(  $value) 

Parameters

$value

getUrlAttribute()

getUrlAttribute() 

createTable()

createTable(  $id,   $data) 

Parameters

$id
$data