Elgg  Version 4.3
ResponseTransport.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Http;
4 
6 
13 interface ResponseTransport {
14 
21  public function send(SymfonyResponse $response);
22 
23 }
HTTP response transport interface.
send(SymfonyResponse $response)
Sends HTTP response to the requester.