瀏覽代碼

[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
 {
     /**