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

Details

at line 15
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

at line 25
array rules()

Get the validation rules that apply to the request.

Return Value

array

at line 38
array getTypeValidationRules()

Get additional validation rules for a storage disk type.

Return Value

array

at line 48
array getDiskOptions()

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

Return Value

array

at line 63
withValidator($validator)

No description

Parameters

$validator