Skip to content

Commit a0a2575

Browse files
committed
minor #5537 Update design patter of Event Dispatcher (almacbe)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5537). Discussion ---------- Update design patter of Event Dispatcher Commits ------- ac46cbc Update event-dispatcher.rst
2 parents bc14326 + ac46cbc commit a0a2575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/event-dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ needs. Many software have a similar concept like Drupal or Wordpress. In some
1313
languages, there is even a standard like `WSGI`_ in Python or `Rack`_ in Ruby.
1414

1515
As there is no standard for PHP, we are going to use a well-known design
16-
pattern, the *Observer*, to allow any kind of behaviors to be attached to our
16+
pattern, the *Mediator*, to allow any kind of behaviors to be attached to our
1717
framework; the Symfony EventDispatcher Component implements a lightweight
1818
version of this pattern:
1919

0 commit comments

Comments
 (0)