[xoops-cvslog 2342] CVS update: xoops2jp/html/kernel

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 2月 21日 (火) 20:37:59 JST


Index: xoops2jp/html/kernel/XCube_Content.class.php
diff -u xoops2jp/html/kernel/XCube_Content.class.php:1.1.2.1 xoops2jp/html/kernel/XCube_Content.class.php:removed
--- xoops2jp/html/kernel/XCube_Content.class.php:1.1.2.1	Thu Nov 24 18:28:42 2005
+++ xoops2jp/html/kernel/XCube_Content.class.php	Tue Feb 21 20:37:59 2006
@@ -1,53 +0,0 @@
-<?php
-/**
- * @version $Id: XCube_Content.class.php,v 1.1.2.1 2005/11/24 09:28:42 minahito Exp $
- * @package Cube
- */
-
-/**
- * @see XCube_ContentObjectManager
- */
-class XCube_ContentObject
-{
-	var $mId;
-
-	var $mModuleId;
-	var $mClassName;
-	var $mDataId;
-
-	function XCube_ContentObject($id,$modId,$className,$dataId)
-	{
-		$this->mId=$id;
-		$this->mModuleId=$modId;
-		$this->mClassName=$className;
-		$this->mDataId=$dataId;
-	}
-	
-	function getId()
-	{
-		return $this->mId;
-	}
-}
-
-/**
- * WARINING : THIS IS TEST CLASS.
- *
- * This class gives identity number to a content of a module in the system.
- * This mechanism is necessary to help that a module touches a content of other
- * modules. However, Should Cube kernel offer this?
- */
-class XCube_ContentObjectManager
-{
-	var $mRoot;
-	
-	function XCube_ContentObjectManager(&$root)
-	{
-		$this->mRoot=&$root;
-	}
-	
-	function fetchContent($modId,$className,$dataId)
-	{
-	}
-}
-
-?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る