Преглед на файлове

[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();
 }