| Current Path : /home/rtorresani/www/vendor/laminas/laminas-mvc/src/ResponseSender/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-mvc/src/ResponseSender/ResponseSenderInterface.php |
<?php
namespace Laminas\Mvc\ResponseSender;
interface ResponseSenderInterface
{
/**
* Send the response
*
* @param SendResponseEvent $event
* @return void
*/
public function __invoke(SendResponseEvent $event);
}