phpdoc
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 14:27:11 +0000 (09:27 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 9 Mar 2010 14:27:11 +0000 (09:27 -0500)
kronolith/lib/Kronolith.php

index d83a4e6..e0bcbbe 100644 (file)
@@ -2464,6 +2464,11 @@ class Kronolith
         }
     }
 
+    /**
+     * Obtain a Kronolith_Tagger instance
+     *
+     * @return Kronolith_Tagger
+     */
     public static function getTagger()
     {
         if (empty(self::$_tagger)) {