Explorar o código

[HttpKernel] added getSummary to DataCollectorInterface

Kris Wallsmith %!s(int64=15) %!d(string=hai) anos
pai
achega
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();
 }