PHP Class Framework\User

Inheritance: extends Framework\Model
Show file Open project: vinelab/lucid Class Usage Examples

Protected Properties

Property Type Description
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

Property Details

$fillable protected property

The attributes that are mass assignable.
protected array $fillable
return array

$hidden protected property

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