\Guzzle\Http\QueryAggregatorCommaAggregator

Aggregates nested query string variables using commas

Summary

Methods
Properties
Constants
aggregate()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

aggregate()

aggregate(string  $key, array  $value, \Guzzle\Http\QueryString  $query) : array

Aggregate multi-valued parameters into a flattened associative array

Parameters

string $key

The name of the query string parameter

array $value

The values of the parameter

\Guzzle\Http\QueryString $query

The query string that is being aggregated

Returns

array —

Returns an array of the combined values