PHP Class Learner\Models\Video

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: RryLee/learner.video

Protected Properties

Property Type Description
$datas array The attributes that should be mutated to dates.
$fillable array The attributes that are mass assignable.

Public Methods

Method Description
series ( ) : BelongsTo A Video belongs to a serie.

Method Details

series() public method

A Video belongs to a serie.
public series ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$datas protected property

The attributes that should be mutated to dates.
protected array $datas
return array

$fillable protected property

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