From 0af3f228ac507c55a2c864aecf41ee82b2af9c5b Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 26 Oct 2009 06:40:39 +0000 Subject: add docblocks to service classes git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@430 b3834d28-1941-0410-a4f8-b48e95affb8f --- src/SemanticScuttle/Service/TagCache.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/SemanticScuttle/Service/TagCache.php') diff --git a/src/SemanticScuttle/Service/TagCache.php b/src/SemanticScuttle/Service/TagCache.php index 7908ae3..15644b6 100644 --- a/src/SemanticScuttle/Service/TagCache.php +++ b/src/SemanticScuttle/Service/TagCache.php @@ -1,5 +1,21 @@ + * @author Christian Weiske + * @author Eric Dane + * @license GPL http://www.gnu.org/licenses/gpl.html + * @link http://sourceforge.net/projects/semanticscuttle + */ + +/** + * SemanticScuttle tag caching service. + * * This class infers on relation between tags by storing all * the including tags or synonymous tag. * For example, if the user creates: tag1>tag2>tag3, the system @@ -9,6 +25,14 @@ * For synonymy, this table stores also the group of synonymous tags. * The table must be updated for each modification of * the relations between tags. + * + * @category Bookmarking + * @package SemanticScuttle + * @author Benjamin Huynh-Kim-Bang + * @author Christian Weiske + * @author Eric Dane + * @license GPL http://www.gnu.org/licenses/gpl.html + * @link http://sourceforge.net/projects/semanticscuttle */ class SemanticScuttle_Service_TagCache extends SemanticScuttle_DbService { -- cgit v1.2.3