[pLog-svn] r1031 - plog/trunk/class/template/templatesets

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Feb 10 16:03:11 GMT 2005


Author: oscar
Date: 2005-02-10 16:03:11 +0000 (Thu, 10 Feb 2005)
New Revision: 1031

Modified:
   plog/trunk/class/template/templatesets/templatesetstorage.class.php
Log:
marked two method as @static in the docs (because they really are static!)


Modified: plog/trunk/class/template/templatesets/templatesetstorage.class.php
===================================================================
--- plog/trunk/class/template/templatesets/templatesetstorage.class.php	2005-02-10 16:02:38 UTC (rev 1030)
+++ plog/trunk/class/template/templatesets/templatesetstorage.class.php	2005-02-10 16:03:11 UTC (rev 1031)
@@ -52,6 +52,7 @@
 		 * returns the base folder where templates are stored (templates/) by default
 		 *
 		 * @return The folder where templates are stored, according to our configuration
+		 * @static
 		 */
         function getBaseTemplateFolder()
         {
@@ -67,6 +68,7 @@
 		 *
 		 * @param blogId the id of the blog
 		 * @return The template in disk where templates are being stored
+		 * @static
 		 */
         function getBlogBaseTemplateFolder( $blogId )
         {




More information about the pLog-svn mailing list