Thanks to visit codestin.com Credit goes to github.com
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 3b70329 commit b9ad62eCopy full SHA for b9ad62e
src/Symfony/Component/EventDispatcher/GenericEvent.php
@@ -21,7 +21,7 @@
21
class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
22
{
23
/**
24
- * Observer pattern subject.
+ * Event subject.
25
*
26
* @var mixed usually object or callable
27
*/
src/Symfony/Component/EventDispatcher/README.md
@@ -1,8 +1,9 @@
1
EventDispatcher Component
2
=========================
3
4
-EventDispatcher implements a lightweight version of the Observer design
5
-pattern.
+The Symfony2 Event Dispatcher component implements the Mediator pattern
+in a simple and effective way to make all these things possible and
6
+to make your projects truly extensible.
7
8
use Symfony\Component\EventDispatcher\EventDispatcher;
9
use Symfony\Component\EventDispatcher\Event;
0 commit comments