Преглед изворни кода

[DoctrineMongoDBBundle] added a phpdoc block

Kris Wallsmith пре 14 година
родитељ
комит
6428544cd8
1 измењених фајлова са 5 додато и 0 уклоњено
  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
 {
     /**