ソースを参照

[HttpKernel] added getSummary to DataCollectorInterface

Kris Wallsmith 15 年 前
コミット
5a724fdcb6

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

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