EnsureParseNestedArray
in package
Table of Contents
Methods
- handle() : mixed
- Handle an incoming request.
- transform() : void
- transformArray() : array<string, mixed>
- transformParameterBag() : void
Methods
handle()
Handle an incoming request.
public
handle(Request $request, Closure $next[, string $separator = MetaFoxConstant::NESTED_ARRAY_SEPARATOR ]) : mixed
Parameters
- $request : Request
- $next : Closure
- $separator : string = MetaFoxConstant::NESTED_ARRAY_SEPARATOR
transform()
protected
transform(Request $request, string $separator) : void
Parameters
- $request : Request
- $separator : string
transformArray()
protected
transformArray(array<string, mixed> $data, string $separator) : array<string, mixed>
Parameters
- $data : array<string, mixed>
- $separator : string
Return values
array<string, mixed>transformParameterBag()
protected
transformParameterBag(ParameterBag $bag, string $separator) : void
Parameters
- $bag : ParameterBag
- $separator : string