Class ConsoleResponseSender

Summary

Fully Qualified Name: Zend\Mvc\Console\ResponseSender\ConsoleResponseSender
Implements: ResponseSenderInterface

Description

Methods

Name Description Defined By
__invoke() Send the response ConsoleResponseSender
sendContent() Send content ConsoleResponseSender

Method Details

__invoke()

Send the response

Parameter Name Type Description
$event \SendResponseEvent

Returns:

sendContent()

Send content

Parameter Name Type Description
$event \SendResponseEvent

Returns: \ConsoleResponseSender

Top