AnnotationLabel
abstract class AnnotationLabel extends Model
Traits
HasFactory
Properties
protected array | $fillable | The attributes that are mass assignable. |
|
protected array | $casts | The attributes that should be casted to native types. |
Methods
BelongsTo
annotation()
The annotation, this annotation label belongs to.
BelongsTo
label()
The label, this annotation label belongs to.
BelongsTo
user()
The user who created this annotation label.
Details
at line 38
abstract BelongsTo
annotation()
The annotation, this annotation label belongs to.
at line 45
BelongsTo
label()
The label, this annotation label belongs to.
at line 55
BelongsTo
user()
The user who created this annotation label.