PHP Class Learner\Models\Newsletter

Inheritance: extends Illuminate\Database\Eloquent\Model
Datei anzeigen Open project: RryLee/learner.video

Protected Properties

Property Type Description
$casts array Format the output.
$fillable array The attributes that are mass assignable.

Public Methods

Method Description
links ( ) : Illuminate\Database\Eloquent\Relations\hasMany A newsletter has many links.

Method Details

Property Details

$casts protected_oe property

Format the output.
protected array $casts
return array

$fillable protected_oe property

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