Skip to content

Commit

Permalink
Added the setQueryParametersFromArray to the UrlInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Brecht-Precht committed May 2, 2016
1 parent 75dbe02 commit e572c7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/UrlInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ public function countQueryParameters();
*/
public function setQueryParameters($queryParameters);

/**
* @param mixed[] $queryParameters
* @return $this
*/
public function setQueryParametersFromArray(array $queryParameters);

/**
* @param QueryParameterInterface $queryParameter
* @return $this
Expand Down

0 comments on commit e572c7a

Please sign in to comment.