class VideoLabel extends VolumeFileLabel

Traits

HasFactory

Properties

protected array $casts

The attributes that should be casted to native types.

from  VolumeFileLabel

Methods

BelongsTo
file()

The file, this volume file label belongs to.

BelongsTo
label()

The label, this video label belongs to.

BelongsTo
user()

The user who created this video label.

int
getFileIdAttribute()

Get the file ID attribute.

BelongsTo
video()

The video, this video label belongs to.

Details

at line 12
BelongsTo file()

The file, this volume file label belongs to.

Return Value

BelongsTo

in VolumeFileLabel at line 37
BelongsTo label()

The label, this video label belongs to.

Return Value

BelongsTo

in VolumeFileLabel at line 47
BelongsTo user()

The user who created this video label.

Return Value

BelongsTo

at line 32
int getFileIdAttribute()

Get the file ID attribute.

Return Value

int

at line 22
BelongsTo video()

The video, this video label belongs to.

Return Value

BelongsTo