Open Journal Systems
3.3.0
|
Public Member Functions | |
aggregate ($key, $value, QueryString $query) | |
Aggregates nested query string variables using PHP style []
Definition at line 10 of file PhpAggregator.php.
Guzzle\Http\QueryAggregator\PhpAggregator::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 PhpAggregator.php.
References Guzzle\Http\QueryString\encodeValue().