This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
VendorSoftwareFlowdat3
/
Installer
Слідкувати
2
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Гілка:
feature-update-mongodb
Гілки
Теги
6
bugfix-env-empty
feature-export
feature-path-hooks
feature-restart-task
feature-update-mongodb
ftth#92
installer#7
master
patch-2
patch-3
radius#3
stats_command#1
v1.3.1
v1.3.2
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.6
v1.1.5
v1.1.3
v1.1.4
v1.1.2
v0.0.1
v1.1.1
v1.1.0.1
v1.1.0
v1.0.1
Installer
/
behat
/
fd3test
/
vendor
/
symfony
/
event-dispatcher
/
CHANGELOG.md
CHANGELOG.md
696 B
Постійне посилання
Історія
Запис
CHANGELOG
2.5.0
added Debug\TraceableEventDispatcher (originally in HttpKernel)
changed Debug\TraceableEventDispatcherInterface to extend EventDispatcherInterface
added RegisterListenersPass (originally in HttpKernel)
2.1.0
added TraceableEventDispatcherInterface
added ContainerAwareEventDispatcher
added a reference to the EventDispatcher on the Event
added a reference to the Event name on the event
added fluid interface to the dispatch() method which now returns the Event object
added GenericEvent event class
added the possibility for subscribers to subscribe several times for the same event
added ImmutableEventDispatcher