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