Interface EventsCapableInterface

Summary

Fully Qualified Name: Zend\EventManager\EventsCapableInterface

Description

Interface indicating that an object composes an EventManagerInterface instance.

Methods

Name Description Defined By
getEventManager() Retrieve the event manager EventsCapableInterface

Method Details

getEventManager()

Retrieve the event manager

Lazy-loads an EventManager instance if none registered.

Returns: \EventManagerInterface

Top