We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14326 commit ac46cbcCopy full SHA for ac46cbc
create_framework/event-dispatcher.rst
@@ -13,7 +13,7 @@ needs. Many software have a similar concept like Drupal or Wordpress. In some
13
languages, there is even a standard like `WSGI`_ in Python or `Rack`_ in Ruby.
14
15
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
+pattern, the *Mediator*, to allow any kind of behaviors to be attached to our
17
framework; the Symfony EventDispatcher Component implements a lightweight
18
version of this pattern:
19
0 commit comments