Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Http
HttpProtocolTransport.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Http
;
4
5
use
Elgg\Http\ResponseTransport
;
6
use
Symfony\Component\HttpFoundation\Response
;
7
14
class
HttpProtocolTransport
implements
ResponseTransport
{
15
19
public
function
send
(Response $response) {
20
return
$response->send();
21
}
22
23
}
Elgg\Http\HttpProtocolTransport
Transport for sending responses to HTTP clients via HTTP protocol.
Definition:
HttpProtocolTransport.php:14
ResponseTransport
Response
Elgg\Http\HttpProtocolTransport\send
send(Response $response)
{Sends HTTP response to the requester.Symfony Response bool}
Definition:
HttpProtocolTransport.php:19
Elgg\Http\ResponseTransport
HTTP response transport interface.
Definition:
ResponseTransport.php:13
Elgg\Http
Definition:
DatabaseSessionHandler.php:2
use
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
Generated on Sat Dec 21 2024 00:01:03 for Elgg by
1.8.11