Class HttpResponseSender

Summary

Fully Qualified Name: Zend\Mvc\ResponseSender\HttpResponseSender
Extends: AbstractResponseSender

Description

Methods

Name Description Defined By
__invoke() Send HTTP response HttpResponseSender
sendContent() Send content HttpResponseSender
sendHeaders() Send HTTP headers AbstractResponseSender

Method Details

__invoke()

Send HTTP response

Parameter Name Type Description
$event \SendResponseEvent

Returns: \HttpResponseSender

sendContent()

Send content

Parameter Name Type Description
$event \SendResponseEvent

Returns: \HttpResponseSender

sendHeaders()

Send HTTP headers

Parameter Name Type Description
$event \SendResponseEvent

Returns: self

Top