class AnnotationLabel extendsModel

Pivot object for the connection between Annotations and Labels.

Properties

protectedarray $hidden The attributes excluded from the model's JSON form.
protectedarray $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 line36
BelongsTo annotation()

The annotation, this annotation label belongs to.

Return Value

BelongsTo

at line46
BelongsTo label()

The label, this annotation label belongs to.

Return Value

BelongsTo

at line56
BelongsTo user()

The user who created this annotation label.

Return Value

BelongsTo