From 1d1c4aee55667a36d6aff2e931771f1946874e70 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Sun, 24 Aug 2014 13:22:36 -0500 Subject: [PATCH] add resetProfiles() to the ProfilerInterface --- src/ProfilerInterface.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ProfilerInterface.php b/src/ProfilerInterface.php index 2fa3d038..a6e8c989 100644 --- a/src/ProfilerInterface.php +++ b/src/ProfilerInterface.php @@ -69,4 +69,14 @@ public function addProfile( * */ public function getProfiles(); + + + /** + * + * Reset all the profiles + * + * @return null + * + */ + public function resetProfiles(); }