This website works better with JavaScript
Начало
Каталог
Помощ
Регистрация
Вход
VendorSoftwareFlowdat3
/
Installer
Наблюдаван
2
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
Клон:
bugfix-env-empty
Клонове
Маркери
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
/
fd3testES
/
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