PHP Class Framework\User

Inheritance: extends Framework\Model
Datei anzeigen 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_oe property

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

$hidden protected_oe property

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