Fully Qualified Name: | Laminas\Mvc\ResponseSender\HttpResponseSender |
Extends: | AbstractResponseSender |
Name | Description | Defined By |
---|---|---|
__invoke() | Send HTTP response | HttpResponseSender |
sendContent() | Send content | HttpResponseSender |
sendHeaders() | Send HTTP headers | AbstractResponseSender |
Send HTTP response
Parameter Name | Type | Description |
---|---|---|
$event | \SendResponseEvent |
Returns: \HttpResponseSender
Send content
Parameter Name | Type | Description |
---|---|---|
$event | \SendResponseEvent |
Returns: \HttpResponseSender
Send HTTP headers
Parameter Name | Type | Description |
---|---|---|
$event | \SendResponseEvent |
Returns: self