Download the PHP package smoren/event-based-inheritance-model without Composer
On this page you can find all versions of the php package smoren/event-based-inheritance-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smoren/event-based-inheritance-model
More information about smoren/event-based-inheritance-model
Files in smoren/event-based-inheritance-model
Download smoren/event-based-inheritance-model
More information about smoren/event-based-inheritance-model
Files in smoren/event-based-inheritance-model
Vendor smoren
Package event-based-inheritance-model
Short Description Event-based inheritance model
License MIT
Package event-based-inheritance-model
Short Description Event-based inheritance model
License MIT
Keywords eventinheritance
Please rate this library. Is it a good library?
Informations about the package event-based-inheritance-model
Event-based inheritance model
Реализует следующую событийную модель:
- на каждое событие можно добавить неограниченное количество обработчиков, которые помещаются в стек данного события;
- при инициации события запускается только верхний обработчик из стека, однако он имеет доступ к предыдущему обработчику и может его запустить, если это необходимо.
Таким образом реализуется модель "цепочечного наследования", то есть каждый следующий обработчик может запустить предыдущий плюс доделать что-то свое, причем выполнить эти два действия в любом порядке.
Установка
Демонстрация принципа работы:
All versions of event-based-inheritance-model with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
ext-json Version *
ext-json Version *
The package smoren/event-based-inheritance-model contains the following files
Loading the files please wait ....