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 17
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

at line 27
array rules()

Get the validation rules that apply to the request.

Return Value

array

at line 42
array getTypeValidationRules()

Get additional validation rules for a storage disk type.

Return Value

array

at line 52
array getDiskOptions()

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

Return Value

array

at line 67
withValidator($validator)

No description

Parameters

$validator

at line 80
protected void prepareForValidation()

Prepare the data for validation.

Return Value

void