Zend Framework
1.12
|
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 | |
![]() | |
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. | |
![]() | |
$identifiers = array() | |
|
protected |
Singleton.
|
static |
Retrieve instance.
|
static |
Reset the singleton instance.
|
staticprotected |