[xoops-cvslog 1233] CVS update: xoops2jp/html/class

Back to archive index

Minahito minah****@users*****
2005年 11月 29日 (火) 16:13:16 JST


Index: xoops2jp/html/class/XCube_Root.class.php
diff -u xoops2jp/html/class/XCube_Root.class.php:1.1.2.7 xoops2jp/html/class/XCube_Root.class.php:1.1.2.8
--- xoops2jp/html/class/XCube_Root.class.php:1.1.2.7	Mon Nov 21 01:26:37 2005
+++ xoops2jp/html/class/XCube_Root.class.php	Tue Nov 29 16:13:16 2005
@@ -31,10 +31,11 @@
 	var $mRenderSystem;
 	
 	var $mSiteConfig;
-	
+
+	var $mModifiers=array();
+
 	function XCube_Root()
 	{
-		$this->mController=null;
 	}
 
 	/**
@@ -130,6 +131,13 @@
 	{
 		return $this->mServiceManager;
 	}
+	
+	function addModifilers(&$modifier)
+	{
+		if(is_a($modifier,"XCube_TextModifier")) {
+			$this->mModifiers[$modifier->getName()]=&$modifier;
+		}
+	}
 }
 
 


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