class DestroyImage extends DestroyVolumeFile

Properties

VolumeFile $file

The file that should be deleted.

from  DestroyVolumeFile

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

in DestroyVolumeFile at line 21
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

in DestroyVolumeFile at line 34
array rules()

Get the validation rules that apply to the request.

Return Value

array

in DestroyVolumeFile at line 47
void withValidator(Validator $validator)

Configure the validator instance.

Parameters

Validator $validator

Return Value

void

at line 14
protected string getFileModel()

Get the file model class name.

Return Value

string