Elgg
Version 6.1
|
Cli ResponseTransport. More...
Public Member Functions | |
__construct (protected Command $command) | |
ResponseTransport constructor. More... | |
send (Response $response) | |
{} More... | |
Public Member Functions inherited from Elgg\Http\ResponseTransport | |
send (SymfonyResponse $response) | |
Sends HTTP response to the requester. More... | |
Definition at line 10 of file ResponseTransport.php.
Elgg\Cli\ResponseTransport::__construct | ( | protected Command | $command | ) |
ResponseTransport constructor.
Definition at line 17 of file ResponseTransport.php.
Elgg\Cli\ResponseTransport::send | ( | Response | $response | ) |
{}
Definition at line 23 of file ResponseTransport.php.