Zend Framework  1.12
Static Public Member Functions | Protected Member Functions | Static Protected Attributes | List of all members
Zend_EventManager_StaticEventManager Class Reference

Static Public Member Functions

static getInstance ()
 Retrieve instance.
 
static resetInstance ()
 Reset the singleton instance.
 

Protected Member Functions

 __construct ()
 Singleton.
 

Static Protected Attributes

static $instance
 

Additional Inherited Members

- Public Member Functions inherited from Zend_EventManager_SharedEventManager
 attach ($id, $event, $callback, $priority=1)
 Attach a listener to an event.
 
 detach ($id, Zend_Stdlib_CallbackHandler $listener)
 Detach a listener from an event offered by a given resource.
 
 getEvents ($id)
 Retrieve all registered events for a given resource.
 
 getListeners ($id, $event)
 Retrieve all listeners for a given identifier and event.
 
 clearListeners ($id, $event=null)
 Clear all listeners for a given identifier, optionally for a specific event.
 
- Protected Attributes inherited from Zend_EventManager_SharedEventManager
 $identifiers = array()
 

Constructor & Destructor Documentation

__construct ( )
protected

Singleton.

Returns
void

Member Function Documentation

static getInstance ( )
static

Retrieve instance.

Returns
Zend_EventManager_StaticEventManager
static resetInstance ( )
static

Reset the singleton instance.

Returns
void

Member Data Documentation

$instance
staticprotected