Fully Qualified Name: | Laminas\EventManager\EventManagerAwareTrait |
A trait for objects that provide events.
If you use this trait in an object, you will probably want to also implement EventManagerAwareInterface, which will make it so the default initializer in a Laminas MVC application will automatically inject an instance of the EventManager into your object when it is pulled from the ServiceManager.
Name | Description | Defined By |
---|---|---|
getEventManager() | Retrieve the event manager | EventManagerAwareTrait |
setEventManager() | Set the event manager instance used by this context. | EventManagerAwareTrait |
Retrieve the event manager
Lazy-loads an EventManager instance if none registered.
Returns: \EventManagerInterface
Set the event manager instance used by this context.
For convenience, this method will also set the class name / LSB name as identifiers, in addition to any string or array of strings set to the $this->eventIdentifier property.
Parameter Name | Type | Description |
---|---|---|
$events | \EventManagerInterface |
Returns: