From 23fea9ce70818dabb4b00eaa574c51fc273b2b37 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Thu, 9 Dec 2010 11:02:18 +0100 Subject: [PATCH] phpdoc --- framework/Support/lib/Horde/Support/Timer.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/framework/Support/lib/Horde/Support/Timer.php b/framework/Support/lib/Horde/Support/Timer.php index 9e56e473f..2ee917570 100644 --- a/framework/Support/lib/Horde/Support/Timer.php +++ b/framework/Support/lib/Horde/Support/Timer.php @@ -23,11 +23,15 @@ class Horde_Support_Timer { /** + * Holds the starting timestamp. + * * @var array */ protected $_start = array(); /** + * Current index for stacked timers. + * * @var integer */ protected $_idx = 0; @@ -44,6 +48,8 @@ class Horde_Support_Timer /** * Pop the latest timer start and return the difference with the current * time. + * + * @return float The amount of time passed. */ public function pop() { -- 2.11.0