AnnotationLabel
abstract class AnnotationLabel extends Model
Traits
HasFactory
Properties
| protected list<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
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 45
abstract AnnotationLabel>
annotation()
The annotation, this annotation label belongs to.
at line 52
AnnotationLabel>
label()
The label, this annotation label belongs to.
at line 62
AnnotationLabel>
user()
The user who created this annotation label.