PHP Class Learner\Models\Video

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: RryLee/learner.video

Protected Properties

Свойство Type Description
$datas array The attributes that should be mutated to dates.
$fillable array The attributes that are mass assignable.

Méthodes publiques

Méthode Description
series ( ) : BelongsTo A Video belongs to a serie.

Method Details

series() public méthode

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

Property Details

$datas protected_oe property

The attributes that should be mutated to dates.
protected array $datas
Résultat array

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array