ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
HTTP Response Mock object. More...
Static Public Member Functions | |
static | sendResponse (ResponseInterface $response) |
Overriding this so nothing is ever echo'd. More... | |
Static Public Member Functions inherited from Sabre\HTTP\Sapi | |
static | getRequest () |
This static method will create a new Request object, based on the current PHP request. More... | |
static | sendResponse (ResponseInterface $response) |
Sends the HTTP response back to a HTTP client. More... | |
static | createFromServerArray (array $serverArray) |
This static method will create a new Request object, based on a PHP $_SERVER array. More... | |
Static Public Attributes | |
static | $sent = 0 |
This class exists to make the transition to sabre/http easier.
Definition at line 14 of file SapiMock.php.
|
static |
Overriding this so nothing is ever echo'd.
ResponseInterface | $response |
Definition at line 24 of file SapiMock.php.
|
static |
Definition at line 16 of file SapiMock.php.
Referenced by Sabre\DAV\ServerPreconditionsTest\testNoneMatchCorrectEtagEnsureSapiSent().