From 39c51507eae517a2b5d5299297ec8eee3f3b6234 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 9 Mar 2010 09:27:11 -0500 Subject: [PATCH] phpdoc --- kronolith/lib/Kronolith.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index d83a4e613..e0bcbbea7 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -2464,6 +2464,11 @@ class Kronolith } } + /** + * Obtain a Kronolith_Tagger instance + * + * @return Kronolith_Tagger + */ public static function getTagger() { if (empty(self::$_tagger)) { -- 2.11.0