فهرست منبع

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