|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| aggregate ($key, $value, QueryString $query) | |
Interface used for aggregating nested query string variables into a flattened array of key value pairs
Definition at line 10 of file QueryAggregatorInterface.php.
| Guzzle\Http\QueryAggregator\QueryAggregatorInterface::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 |
Implemented in Guzzle\Http\QueryAggregator\DuplicateAggregator, Guzzle\Http\QueryAggregator\CommaAggregator, and Guzzle\Http\QueryAggregator\PhpAggregator.