protected property QueryString::$aggregator

Type: callable A callback function for combining multi-valued query string values

File

drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php, line 40

Class

QueryString
Query string object to handle managing query string parameters and aggregating those parameters together as a string.

Namespace

Guzzle\Http

Code

protected $aggregator = array(
  __CLASS__,
  'aggregateUsingPhp',
);