abstract class VolumeFileLabel extends Model

Pivot object for the connection between VolumeFiles and Labels.

Traits

HasFactory

Properties

protected array $casts

The attributes that should be casted to native types.

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.

Details

at line 30
abstract BelongsTo file()

The file, this volume file label belongs to.

Return Value

BelongsTo

at line 37
BelongsTo label()

The label, this video label belongs to.

Return Value

BelongsTo

at line 47
BelongsTo user()

The user who created this video label.

Return Value

BelongsTo

at line 58
abstract int getFileIdAttribute()

Get the file ID attribute.

Return Value

int