Home » Event » Event_Dispatcher
Dispatch notifications using PHP callbacks
This package is unmaintained.
Download latest release 1.1.0 (archived versions might be outdated)
License: BSD License
Description
The Event_Dispatcher acts as a notification dispatch table.
It is used to notify other objects of interesting things. This
information is encapsulated in Event_Notification objects. Client
objects register themselves with the Event_Dispatcher as observers of
specific notifications posted by other objects. When an event occurs,
an object posts an appropriate notification to the Event_Dispatcher.
The Event_Dispatcher dispatches a message to each registered
observer, passing the notification as the sole argument.
Documentation
Maintainers
- Bertrand Mansion (mansion) — lead, inactive
- Stephan Schmidt (schst) — developer, inactive
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
Releases
- 1.1.0 (stable, 2009-07-24)
Release notes
License: BSD License
Swapped to package 2.0
Swapped to PHPUnit 3
QA release - 1.0.0 (stable, 2005-11-12)
- 0.9.1 (beta, 2005-02-14)
Release notes
License: BSD License
First release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #4077 | Bogus | Bug | 2005-04-06 | Corrupted package | |
| #4927 | Closed | Req | 2005-07-26 | get the list of observers already attached | |
| #7459 | Open | Req | 1.0.0 | 2006-04-22 | Add support for filtering notifications by class hierarchy rather than name |
| #7939 | Open | Req | 1.0.0 | 2006-06-19 | Inheritance of Event_Dispatcher |
| #15271 | Assigned | Req | 1.0.0 | 2008-12-07 | Converted for php5 |
| #18789 | Open | Bug | SVN | 2011-09-05 | Not installed from SVN |
| #18926 | Open | Doc | 1.1.0 | 2011-10-23 | addObserver() doesn't notify of pending notifications for new global observer |
| #19457 | Assigned | Bug | 1.1.0 | 2012-06-05 | Deprecated practice with PHP 5 |