Open Journal Systems
3.3.0
|
Public Member Functions | |
aggregate ($key, $value, QueryString $query) | |
Aggregates nested query string variables using commas
Definition at line 10 of file CommaAggregator.php.
Guzzle\Http\QueryAggregator\CommaAggregator::aggregate | ( | $key, | |
$value, | |||
QueryString | $query | ||
) |
Aggregate multi-valued parameters into a flattened associative array
string | $key | The name of the query string parameter |
array | $value | The values of the parameter |
QueryString | $query | The query string that is being aggregated |
Implements Guzzle\Http\QueryAggregator\QueryAggregatorInterface.
Definition at line 12 of file CommaAggregator.php.
References Guzzle\Http\QueryString\encodeValue(), and Guzzle\Http\QueryString\isUrlEncoding().