Interface SharedEventsCapableInterface

Summary

Fully Qualified Name: Zend\EventManager\SharedEventsCapableInterface

Description

Interface indicating that an object composes or can compose a SharedEventManagerInterface instance.

Methods

Name Description Defined By
getSharedManager() Retrieve the shared event manager, if composed. SharedEventsCapableInterface

Method Details

getSharedManager()

Retrieve the shared event manager, if composed.

Returns: null|\SharedEventManagerInterface

Top