abstract class VolumeFileLabel extends Model

Pivot object for the connection between VolumeFiles and Labels.

Traits

HasFactory

Properties

int $id
int $user_id
int $label_id

Methods

array
casts()

Get the attributes that should be cast.

VolumeFileLabel>
file()

The file, this volume file label belongs to.

VolumeFileLabel>
label()

The label, this video label belongs to.

VolumeFileLabel>
user()

The user who created this video label.

int
getFileIdAttribute()

Get the file ID attribute.

Details

at line 24
protected array casts()

Get the attributes that should be cast.

Return Value

array

at line 37
abstract VolumeFileLabel> file()

The file, this volume file label belongs to.

Return Value

VolumeFileLabel>

at line 44
VolumeFileLabel> label()

The label, this video label belongs to.

Return Value

VolumeFileLabel>

at line 54
VolumeFileLabel> user()

The user who created this video label.

Return Value

VolumeFileLabel>

at line 65
abstract int getFileIdAttribute()

Get the file ID attribute.

Return Value

int