class
Illuminate
/
Foundation
/
Http
/
Middleware
/
TransformsRequest
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
TransformsRequest
Methods
protected
cleanParameterBag ( Symfony\...\ParameterBag $bag ) : void
Clean the data in the parameter bag.
Parameters
- $bag Symfony\...\ParameterBag
protected
cleanArray ( array $data , $keyPrefix ) : array
Clean the data in the given array.
Parameters
- $data array
- $keyPrefix string
protected
cleanValue ( $key , $value ) : mixed
Clean the given value.
Parameters
- $key string
- $value mixed
protected
transform ( $key , $value ) : mixed
Transform the given value.
Parameters
- $key string
- $value mixed