소스 검색

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