AnnotationAssistanceRequest
class AnnotationAssistanceRequest extendsModel
With an annotation assistance request a BIIGLE user can consult some externa person for the label of a specific annotation.
Properties
protectedarray | $casts | The attributes that should be casted to native types. |
Methods
Generate a token for use in the annotation assistance request URL.
The user that created the assistance request.
The (optional) user that should receive the assistance request.
The annotation to which the assistance request belongs.
Get the chosen response label from the request labels array.
Details
at line34
staticstring
generateToken()
Generate a token for use in the annotation assistance request URL.
at line48
BelongsTo
user()
The user that created the assistance request.
at line58
BelongsTo
receiver()
The (optional) user that should receive the assistance request.
at line68
BelongsTo
annotation()
The annotation to which the assistance request belongs.
at line78
array
getResponseLabelAttribute()
Get the chosen response label from the request labels array.