소스 검색

[HttpKernel] added getSummary to DataCollectorInterface

Kris Wallsmith 15 년 전
부모
커밋
5a724fdcb6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Symfony/Components/HttpKernel/Profiler/DataCollector/DataCollectorInterface.php

+ 2 - 0
src/Symfony/Components/HttpKernel/Profiler/DataCollector/DataCollectorInterface.php

@@ -29,4 +29,6 @@ interface DataCollectorInterface
     function collect();
 
     function setProfiler(Profiler $profiler);
+
+    function getSummary();
 }