Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/laminas/laminas-mvc/src/ResponseSender/
Upload File :
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);
}