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