class ImageLabel extends VolumeFileLabel

Traits

HasFactory

Properties

protected array<string,string> $casts

The attributes that should be casted to native types.

from  VolumeFileLabel
int $id from  VolumeFileLabel
int $user_id from  VolumeFileLabel
int $label_id from  VolumeFileLabel

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.

Image,$this>
image()

The image, this image label belongs to.

Details

at line 10
file()

The file, this volume file label belongs to.

in VolumeFileLabel at line 41
label()

The label, this video label belongs to.

in VolumeFileLabel at line 51
user()

The user who created this video label.

at line 30
int getFileIdAttribute()

Get the file ID attribute.

Return Value

int

at line 20
Image,$this> image()

The image, this image label belongs to.

Return Value

Image,$this>