TransformsRequest
class TransformsRequest (View source)
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.