ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ResponseMock.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\HTTP;
4 
14 class ResponseMock extends Response {
15 
19  public $body;
20  public $status;
21 
22 }
This class represents a single HTTP response.
Definition: Response.php:12
HTTP Response Mock object.
$body
Making these public.