Mercurial > hg > isophonics-drupal-site
comparison vendor/zendframework/zend-stdlib/src/Parameters.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
68 * | 68 * |
69 * @return string | 69 * @return string |
70 */ | 70 */ |
71 public function toString() | 71 public function toString() |
72 { | 72 { |
73 return http_build_query($this); | 73 return http_build_query($this->toArray()); |
74 } | 74 } |
75 | 75 |
76 /** | 76 /** |
77 * Retrieve by key | 77 * Retrieve by key |
78 * | 78 * |