Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-mvc
→
Class ResponseSenderInterface
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