Class PhpEnvironmentResponseSender

Summary

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

Description

Methods

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

Method Details

__invoke()

Send php environment response

Parameter Name Type Description
$event \SendResponseEvent

Returns: \PhpEnvironmentResponseSender

sendContent()

Send content

Parameter Name Type Description
$event \SendResponseEvent

Returns: \HttpResponseSender

sendHeaders()

Send HTTP headers

Parameter Name Type Description
$event \SendResponseEvent

Returns: self

Top