PHP Class app\models\EventUser

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: qloog/laravel5-backend

Protected Properties

Property Type Description
$fillable array The attributes that are mass assignable.
$hidden array The attributes excluded from the model's JSON form.
$table string The table associated with the model.

Property Details

$fillable protected property

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

$hidden protected property

The attributes excluded from the model's JSON form.
protected array $hidden
return array

$table protected property

The table associated with the model.
protected string $table
return string