class StoreImageEmbeddingRequest extends FormRequest

Properties

protected Image $image

The image instance.

protected array|null $bbox

The validated bbox.

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)

Configure the validator instance.

getImage()

Get the image instance.

array|null
getBbox()

Get the validated bbox.

bool
hasBbox()

Determine whether the request includes a bbox.

Details

at line 27
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

at line 37
array rules()

Get the validation rules that apply to the request.

Return Value

array

at line 54
void withValidator($validator)

Configure the validator instance.

Parameters

$validator

Return Value

void

at line 95
Image getImage()

Get the image instance.

Return Value

Image

at line 103
array|null getBbox()

Get the validated bbox.

Return Value

array|null

at line 113
bool hasBbox()

Determine whether the request includes a bbox.

Return Value

bool