瀏覽代碼

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