Skip to content

Commit e572c7a

Browse files
author
Martin Brecht-Precht
committed
Added the setQueryParametersFromArray to the UrlInterface.
1 parent 75dbe02 commit e572c7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/UrlInterface.php

+6
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ public function countQueryParameters();
132132
*/
133133
public function setQueryParameters($queryParameters);
134134

135+
/**
136+
* @param mixed[] $queryParameters
137+
* @return $this
138+
*/
139+
public function setQueryParametersFromArray(array $queryParameters);
140+
135141
/**
136142
* @param QueryParameterInterface $queryParameter
137143
* @return $this

0 commit comments

Comments
 (0)