From: Gunnar Wrobel Date: Thu, 9 Dec 2010 10:02:18 +0000 (+0100) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=23fea9ce70818dabb4b00eaa574c51fc273b2b37;p=horde.git phpdoc --- 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() {