\EvaluationUser

Class User

Summary

Methods
Properties
Constants
evaluations()
No public properties found
CREATED_AT
UPDATED_AT
No protected methods found
$dates
$table
$fillable
$hidden
N/A
No private methods found
No private properties found
N/A

Constants

CREATED_AT

CREATED_AT

The name of the "created at" column.

UPDATED_AT

UPDATED_AT

The name of the "updated at" column.

Properties

$dates

$dates : array

Soft delete field

Type

array

$table

$table : string

The database table used by the model.

Type

string

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

$hidden

$hidden : array

The attributes excluded from the model's JSON form.

Type

array

Methods

evaluations()

evaluations() : \Illuminate\Database\Eloquent\Relations\HasMany

Relationship definition

Returns

\Illuminate\Database\Eloquent\Relations\HasMany