Recommend this page to a friend! |
Classes of Smoren Freelight | > | PHP Event based Inheritance Model | > | Download .zip .tar.gz | > | Support forum | > | Blog (1) | > | Latest changes |
|
Groups | Applications | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Language | Constructs to assist in the language control | View top rated classes |
Innovation Award |
March 2023 Nominee Vote |
Event processing is an approach that developers can use to connect different parts of an application. This way, a change in one part can trigger actions in other application parts. For instance, if a user can push a button on a Web page, the application can use event processing to trigger the actions associated with the application button that the user pushed. This package implements an inheritance model to process registered events. This way, the package allows applications to implement event handlers that can process the events or pass the events to another event handling function registered to handle the same event. Manuel Lemos |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
src (4 files) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Example | Example script |
Files | / | src |
File | Role | Description |
---|---|---|
EventBus.php | Class | Class source |
EventBusException.php | Class | Class source |
ExampleFactory.php | Class | Class source |
Listener.php | Class | Class source |
Download all files: event-based-inherita.tar.gz event-based-inherita.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|
Files |
File | Role | Description | ||
---|---|---|---|---|
src (4 files) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Example | Example script |
Files | / | src |
File | Role | Description |
---|---|---|
EventBus.php | Class | Class source |
EventBusException.php | Class | Class source |
ExampleFactory.php | Class | Class source |
Listener.php | Class | Class source |
Download all files: event-based-inherita.tar.gz event-based-inherita.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|