ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ResponseInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\HTTP;
4 
13 
19  function getStatus();
20 
28  function getStatusText();
29 
43  function setStatus($status);
44 
45 }
This interface represents a HTTP response.
setStatus($status)
Sets the HTTP status code.
The MessageInterface is the base interface that&#39;s used by both the RequestInterface and ResponseInter...
getStatus()
Returns the current HTTP status code.
getStatusText()
Returns the human-readable status string.