abstract class VolumeFileLabel extends Model

Pivot object for the connection between VolumeFiles and Labels.

Traits

HasFactory

Properties

protected array<string,string> $casts

The attributes that should be casted to native types.

int $id
int $user_id
int $label_id

Methods

file()

The file, this volume file label belongs to.

label()

The label, this video label belongs to.

user()

The user who created this video label.

int
getFileIdAttribute()

Get the file ID attribute.

Details

at line 34
abstract file()

The file, this volume file label belongs to.

at line 41
label()

The label, this video label belongs to.

at line 51
user()

The user who created this video label.

at line 62
abstract int getFileIdAttribute()

Get the file ID attribute.

Return Value

int