abstract class StoreVolumeFileLabel extends FormRequest

Properties

VolumeFile $file

The file to which the label should be attached.

Label $label

The label that should be attached to the file.

Methods

bool
authorize()

Determine if the user is authorized to make this request.

array
rules()

Get the validation rules that apply to the request.

string
getFileModel()

Get the file model class;

Details

at line 29
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

at line 49
array rules()

Get the validation rules that apply to the request.

Return Value

array

at line 61
abstract protected string getFileModel()

Get the file model class;

Return Value

string