PHP Interface Elgg\Http\ResponseTransport

Since: 2.3
Datei anzeigen Open project: elgg/elgg Interface Usage Examples

Public Methods

Method Description
send ( Response $response ) : boolean Sends HTTP response to the requester

Method Details

send() public method

Sends HTTP response to the requester
public send ( Response $response ) : boolean
$response Symfony\Component\HttpFoundation\Response Symfony Response
return boolean