/events

Primary LanguagePHP

Fregis/Events Build Status

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'