Elgg
Version 5.0
|
Cli ResponseTransport. More...
Public Member Functions | |
__construct (Command $command) | |
ResponseTransport constructor. More... | |
send (Response $response) | |
{} More... | |
![]() | |
send (SymfonyResponse $response) | |
Sends HTTP response to the requester. More... | |
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 | ) |
{}
Definition at line 26 of file ResponseTransport.php.