abstract class AnnotationLabel extends Model

Traits

HasFactory

Properties

int $id
int $annotation_id
int $user_id
int $label_id
Carbon $created_at

Methods

array
casts()

Get the attributes that should be cast.

AnnotationLabel>
annotation()

The annotation, this annotation label belongs to.

AnnotationLabel>
label()

The label, this annotation label belongs to.

AnnotationLabel>
user()

The user who created this annotation label.

Details

at line 26
protected array casts()

Get the attributes that should be cast.

Return Value

array

at line 39
abstract AnnotationLabel> annotation()

The annotation, this annotation label belongs to.

Return Value

AnnotationLabel>

at line 46
AnnotationLabel> label()

The label, this annotation label belongs to.

Return Value

AnnotationLabel>

at line 56
AnnotationLabel> user()

The user who created this annotation label.

Return Value

AnnotationLabel>