AnnotationLabel
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 |
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 44
abstract
annotation()
The annotation, this annotation label belongs to.
at line 51
label()
The label, this annotation label belongs to.
at line 61
user()
The user who created this annotation label.