abstract class AnnotationLabel extends Model

Traits

HasFactory

Properties

protected array<int,string> $fillable

The attributes that are mass assignable.

protected array<string,string> $casts

The attributes that should be casted to native types.

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

Methods

annotation()

The annotation, this annotation label belongs to.

label()

The label, this annotation label belongs to.

user()

The user who created this annotation label.

Details

at line 45
abstract annotation()

The annotation, this annotation label belongs to.

at line 52
label()

The label, this annotation label belongs to.

at line 62
user()

The user who created this annotation label.