Browse Source

[DoctrineMongoDBBundle] added a phpdoc block

Kris Wallsmith 14 years ago
parent
commit
6428544cd8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/Symfony/Bundle/DoctrineMongoDBBundle/Event/EventManager.php

+ 5 - 0
src/Symfony/Bundle/DoctrineMongoDBBundle/Event/EventManager.php

@@ -5,6 +5,11 @@ namespace Symfony\Bundle\DoctrineMongoDBBundle\Event;
 use Doctrine\Common\EventManager as BaseEventManager;
 use Symfony\Component\DependencyInjection\TaggedContainerInterface;
 
+/**
+ * An event manager that can pull listeners and subscribers from the service container.
+ *
+ * @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
+ */
 class EventManager extends BaseEventManager
 {
     /**