Zend\Mvc\SendResponseListener::setEvent PHP Method

setEvent() public method

Set the send response event
public setEvent ( Zend\Mvc\ResponseSender\SendResponseEvent $e ) : Zend\Mvc\ResponseSender\SendResponseEvent
$e Zend\Mvc\ResponseSender\SendResponseEvent
return Zend\Mvc\ResponseSender\SendResponseEvent
    public function setEvent(SendResponseEvent $e)
    {
        $this->event = $e;
        return $this;
    }