Elgg  Version 5.1
Public Member Functions | List of all members
Elgg\Cli\ResponseTransport Class Reference

Cli ResponseTransport. More...

Inheritance diagram for Elgg\Cli\ResponseTransport:
Elgg\Http\ResponseTransport

Public Member Functions

 __construct (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...
 

Detailed Description

Cli ResponseTransport.

Definition at line 10 of file ResponseTransport.php.

Constructor & Destructor Documentation

Elgg\Cli\ResponseTransport::__construct ( Command  $command)

ResponseTransport constructor.

Parameters
Command$commandCli command

Definition at line 19 of file ResponseTransport.php.

Member Function Documentation

Elgg\Cli\ResponseTransport::send ( Response  $response)

{}

Definition at line 26 of file ResponseTransport.php.


The documentation for this class was generated from the following file: