class UpdateTrainingProposal extends FormRequest

Properties

TrainingProposal $proposal

The training proposal to update

Methods

bool
authorize()

Determine if the user is authorized to make this request.

array
rules()

Get the validation rules that apply to the request.

void
withValidator(Validator $validator)

Configure the validator instance.

maybeValidatePoints(Validator $validator)

Check if the points array is correct if it is present.

maybeRestrictUpdating(Validator $validator)

Do not allow updating of training proposals if the MAIA job is running object detection or is finished.

Details

at line 24
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

at line 36
array rules()

Get the validation rules that apply to the request.

Return Value

array

at line 50
void withValidator(Validator $validator)

Configure the validator instance.

Parameters

Validator $validator

Return Value

void

at line 63
protected maybeValidatePoints(Validator $validator)

Check if the points array is correct if it is present.

Parameters

Validator $validator

at line 80
protected maybeRestrictUpdating(Validator $validator)

Do not allow updating of training proposals if the MAIA job is running object detection or is finished.

Parameters

Validator $validator