Elgg
Version 3.0
|
Cli ResponseTransport. More...
Public Member Functions | ||||
__construct (Command $command) | ||||
ResponseTransport constructor. More... | ||||
send (Response $response) | ||||
{Sends HTTP response to the requester.
| ||||
Definition at line 10 of file ResponseTransport.php.
Elgg\Cli\ResponseTransport::__construct | ( | Command | $command | ) |
ResponseTransport constructor.
Definition at line 19 of file ResponseTransport.php.
Elgg\Cli\ResponseTransport::send | ( | Response | $response | ) |
{Sends HTTP response to the requester.
Response | $response | Symfony Response |
Implements Elgg\Http\ResponseTransport.
Definition at line 26 of file ResponseTransport.php.