DestroyVolumeFile
abstract class DestroyVolumeFile extends FormRequest
Properties
VolumeFile | $file | The file that should be deleted. |
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.
string
getFileModel()
Get the file model class name.
Details
at line 21
bool
authorize()
Determine if the user is authorized to make this request.
at line 34
array
rules()
Get the validation rules that apply to the request.
at line 47
void
withValidator(Validator $validator)
Configure the validator instance.
at line 61
abstract protected string
getFileModel()
Get the file model class name.