Skip to content

Commit d259619

Browse files
committed
updates to add a function to the interface
1 parent de76a13 commit d259619

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/RESTful/RESTfulInterface.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ public function setHeaderProperty($headerProperty);
4242
*/
4343
public function getHeaderLocation();
4444

45+
/**
46+
* @return string
47+
*/
48+
public function getHeaderResponseCode();
49+
4550
/**
4651
* @return string
4752
*/

0 commit comments

Comments
 (0)