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

static string
generateToken()

Generate a token for use in the annotation assistance request URL.

BelongsTo
user()

The user that created the assistance request.

BelongsTo
receiver()

The (optional) user that should receive the assistance request.

BelongsTo
annotation()

The annotation to which the assistance request belongs.

array
getResponseLabelAttribute()

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.

Return Value

string

at line48
BelongsTo user()

The user that created the assistance request.

Return Value

BelongsTo

at line58
BelongsTo receiver()

The (optional) user that should receive the assistance request.

Return Value

BelongsTo

at line68
BelongsTo annotation()

The annotation to which the assistance request belongs.

Return Value

BelongsTo

at line78
array getResponseLabelAttribute()

Get the chosen response label from the request labels array.

Return Value

array