Skip to content

Commit ebe95af

Browse files
committed
Adds hasser for parameters
1 parent 97892bc commit ebe95af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Message/MessageInterface.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ public function getParameters();
4949
*/
5050
public function hasParameter($name);
5151

52+
/**
53+
* Checks if any parameter exists
54+
*
55+
* @return boolean
56+
*/
57+
public function hasParameters();
58+
5259
/**
5360
* Sets a parameter by name
5461
*

0 commit comments

Comments
 (0)