[xoops-cvslog 3856] CVS update: xoops2jp/html/modules/base/class

Back to archive index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:48:00 JST


Index: xoops2jp/html/modules/base/class/non_installation_module.php
diff -u xoops2jp/html/modules/base/class/non_installation_module.php:1.1.2.2 xoops2jp/html/modules/base/class/non_installation_module.php:1.1.2.3
--- xoops2jp/html/modules/base/class/non_installation_module.php:1.1.2.2	Tue Mar 28 22:29:44 2006
+++ xoops2jp/html/modules/base/class/non_installation_module.php	Tue Aug  1 19:48:00 2006
@@ -2,12 +2,19 @@
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
+/**
+ * This handler handles XoopsModule objects without DB. So it doesn't implement
+ * some methods for difficult query. Only override methods are usable.
+ */
 class BaseNon_installation_moduleHandler extends XoopsObjectHandler
 {
+	/**
+	 * object cache.
+	 * 
+	 * @var Array
+	 */
 	var $_mXoopsModules = array();
 
-	var $mModHandler = null;
-
 	/**
 	 * readonly property
 	 */
@@ -47,7 +54,7 @@
 	 */
 	function &get($dirname)
 	{
-		$ret=false;
+		$ret = false;
 		
 		if (!file_exists(XOOPS_MODULE_PATH . "/" . $dirname . "/xoops_version.php")) {
 			return $ret;


xoops-cvslog メーリングリストの案内
Back to archive index