TransformsRequest
class TransformsRequest
Methods
void
cleanParameterBag(ParameterBag $bag)
Clean the data in the parameter bag.
array
cleanArray(array $data, string $keyPrefix = '')
Clean the data in the given array.
mixed
cleanValue(string $key, mixed $value)
Clean the given value.
mixed
transform(string $key, mixed $value)
Transform the given value.
Details
at line 26
protected void
clean(Request $request)
Clean the request's data.
at line 40
protected void
cleanParameterBag(ParameterBag $bag)
Clean the data in the parameter bag.
at line 48
protected array
cleanArray(array $data, string $keyPrefix = '')
Clean the data in the given array.
at line 60
protected mixed
cleanValue(string $key, mixed $value)
Clean the given value.
at line 72
protected mixed
transform(string $key, mixed $value)
Transform the given value.