523. Class

523.1. Zend\EventManager\StaticEventManager

Static version of EventManager

523.1.1. Methods

523.1.1.1. __construct

__construct()

Singleton

Return type:void

523.1.1.2. __clone

__clone()

Singleton

Return type:void

523.1.1.3. getInstance

getInstance()

Retrieve instance

Return type:StaticEventManager

523.1.1.4. setInstance

setInstance()

Set the singleton to a specific SharedEventManagerInterface instance

Parameters:SharedEventManagerInterface
Return type:void

523.1.1.5. hasInstance

hasInstance()

Is a singleton instance defined?

Return type:bool

523.1.1.6. resetInstance

resetInstance()

Reset the singleton instance

Return type:void

Project Versions

Table Of Contents

Previous topic

521. Function

Next topic

524. Class

This Page