Home » Event » Event_SignalEmitter
Generic signal emitting class with the same API as GObject.
This package is unmaintained.
Download latest release 0.3.2 (archived versions might be outdated)
License: LGPL
Description
Generic signal emitting class with the same API as GObject.
Since GObject doesn't allow classes to define or emit own signals,
this class provides a PHP implementation with the same API.
Maintainers
- Christian Weiske (cweiske) — lead, active
Dependencies
Required
- PHP (>= 5.1)
- PEAR Installer (>= 1.7.2)
Releases
- 0.3.2 (beta, 2010-10-25)
Release notes
License: LGPL
Automatically built QA release
Bug #14512 dispatcher.php throws Notice about incorrect Array to String
conversation - cweiske - 0.3.1 (beta, 2008-08-23)
Release notes
License: LGPL
- fix example
- 0.3.0 (beta, 2008-06-16)
Release notes
License: LGPL
- Docblock enhancements
- BC break: emit() takes variable number of arguments instead of
a parameter array
- Event_SignalEmitter_Dispatcher::singleton() supports named instances
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #14512 | Closed | Bug | 0.3.0 | 2008-08-17 | dispatcher.php throws Notice about incorrect Array to String conversation |