UpdateSftpDiskRequest
extends FormRequest
in package
Class UpdateSftpDiskRequest.
Table of Contents
Methods
- rules() : array<string, mixed>
- Get the validation rules that apply to the request.
- validated() : mixed
- handleMaxTries() : array<string|int, mixed>
- handlePort() : array<string|int, mixed>
- handleTimeout() : array<string|int, mixed>
Methods
rules()
Get the validation rules that apply to the request.
public
rules() : array<string, mixed>
Return values
array<string, mixed>validated()
public
validated([mixed $key = null ][, mixed $default = null ]) : mixed
Parameters
- $key : mixed = null
- $default : mixed = null
handleMaxTries()
protected
handleMaxTries(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>
Return values
array<string|int, mixed>handlePort()
protected
handlePort(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>
Return values
array<string|int, mixed>handleTimeout()
protected
handleTimeout(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>