Interface ResponseSenderInterface

Summary

Fully Qualified Name: Zend\Mvc\ResponseSender\ResponseSenderInterface

Description

Methods

Name Description Defined By
__invoke() Send the response ResponseSenderInterface

Method Details

__invoke()

Send the response

Parameter Name Type Description
$event \SendResponseEvent

Returns: void

Top