Skip to content

Commit

Permalink
minor #5537 Update design patter of Event Dispatcher (almacbe)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Jul 21, 2015
2 parents bc14326 + ac46cbc commit a0a2575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_framework/event-dispatcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ needs. Many software have a similar concept like Drupal or Wordpress. In some
languages, there is even a standard like `WSGI`_ in Python or `Rack`_ in Ruby.

As there is no standard for PHP, we are going to use a well-known design
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
framework; the Symfony EventDispatcher Component implements a lightweight
version of this pattern:

Expand Down

0 comments on commit a0a2575

Please sign in to comment.