Elgg  Version 2.3
OutputBufferTransport.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Http;
4 
7 
15 
19  public function send(Response $response) {
20  echo $response->getContent();
21  return true;
22  }
23 
24 }
Transport for sending responses to non-HTTP clients, e.g.
HTTP response transport interface.
elgg echo
Translates a string.
Definition: languages.js:48
send(Response $response)
{Sends HTTP response to the requester.Symfony Response bool}
http free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
Definition: MIT-LICENSE.txt:5