fregis/events

Events for Nette Framework base on kdyby/events

v0.9 2014-06-10 11:03 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:31:28 UTC


README

What is that

This is extension for kdyby/events which allows you to subscription for events on children class.

Example: For event Nette\UI\Presenter::onShutdown it allows subscribe for specific presenter like SomePresenter::onShutdow

Usage

For details see kdyby/events

The only difference in usage is:

  • composer package is 'fregis/events' instead of 'kdyby/events'
  • nette extension class is 'Fregis\Events\DI\EventsExtension' instead of 'Kdyby\Events\DI\EventsExtension'