Method | Description | |
---|---|---|
__construct ( React\Socket\ConnectionInterface $connection, AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface $applicationServer ) | Initializes the command with the connection and the application server instance to execute the command on. | |
execute ( array $params = [] ) : mixed | null | Executes the command. |
public __construct ( React\Socket\ConnectionInterface $connection, AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface $applicationServer ) | ||
$connection | React\Socket\ConnectionInterface | The connection instance |
$applicationServer | AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface | The application server instance |