class StoreUserDisk extends FormRequest

Methods

bool
authorize()

Determine if the user is authorized to make this request.

array
rules()

Get the validation rules that apply to the request.

array
getTypeValidationRules()

Get additional validation rules for a storage disk type.

array
getDiskOptions()

Get the storage disk options from the input of this request.

withValidator($validator)

No description

void
prepareForValidation()

Prepare the data for validation.

Details

at line 19
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

at line 29
array rules()

Get the validation rules that apply to the request.

Return Value

array

at line 44
array getTypeValidationRules()

Get additional validation rules for a storage disk type.

Return Value

array

at line 54
array getDiskOptions()

Get the storage disk options from the input of this request.

Return Value

array

at line 69
withValidator($validator)

No description

Parameters

$validator

at line 82
protected void prepareForValidation()

Prepare the data for validation.

Return Value

void