Interface InjectApplicationEventInterface

Summary

Fully Qualified Name: Zend\Mvc\InjectApplicationEventInterface

Description

Methods

Name Description Defined By
getEvent() Retrieve the composed event InjectApplicationEventInterface
setEvent() Compose an Event InjectApplicationEventInterface

Method Details

getEvent()

Retrieve the composed event

Returns: \Event

setEvent()

Compose an Event

Parameter Name Type Description
$event \Event

Returns: void

Top