[xoops-cvslog 4828] CVS update: xoops2jp/html/core

Back to archive index

Minahito minah****@users*****
2006年 10月 6日 (金) 18:49:05 JST


Index: xoops2jp/html/core/XCube_Module.class.php
diff -u xoops2jp/html/core/XCube_Module.class.php:1.1.2.1 xoops2jp/html/core/XCube_Module.class.php:removed
--- xoops2jp/html/core/XCube_Module.class.php:1.1.2.1	Fri Sep 29 17:13:22 2006
+++ xoops2jp/html/core/XCube_Module.class.php	Fri Oct  6 18:49:05 2006
@@ -1,22 +0,0 @@
-<?php
-
-/**
- * Now working...
- * @abstract
- */
-class XCube_Module
-{
-	function XCube_Module()
-	{
-	}
-
-	/**
-	 * Prepare for that this instance is used in CP.
-	 */
-	function prepareAdmin(&$controller)
-	{
-	}
-}
-
-
-?>
\ No newline at end of file
Index: xoops2jp/html/core/XCube_Procedure.class.php
diff -u xoops2jp/html/core/XCube_Procedure.class.php:1.1.2.1 xoops2jp/html/core/XCube_Procedure.class.php:removed
--- xoops2jp/html/core/XCube_Procedure.class.php:1.1.2.1	Fri Sep 29 17:13:22 2006
+++ xoops2jp/html/core/XCube_Procedure.class.php	Fri Oct  6 18:49:05 2006
@@ -1,52 +0,0 @@
-<?php
-/**
- * @package XCube
- * @version $Id: XCube_Procedure.class.php,v 1.1.2.1 2006/09/29 08:13:22 minahito Exp $
- */
-
-/**
- * Defines the class which executes the business logic. This class asserts
- * "executable" to the controller or others. And, this class has some
- * interfaces for a render-buffer and rendering, whether it's used.
- */
-class XCube_Procedure
-{
-	/**
-	 * @var XCube_Delegate
-	 */
-	var $mExecute = null;
-	
-	function XCube_Procedure()
-	{
-		$this->mExecute =& new XCube_Delegate();
-	}
-	
-	function prepare()
-	{
-	}
-
-	/**
-	 * Gets a value indicating whether the specific user can execute this logic.
-	 * @param XCube_Principal $principal
-	 * @return bool
-	 */	
-	function hasPermission(&$principal)
-	{
-		return true;
-	}
-	
-	function execute()
-	{
-		$this->mExecute->call(new XCube_Ref($this));
-	}
-	
-	/**
-	 * Gets a name of the render-system which this object requests to render.
-	 * @return string
-	 */
-	function getRenderSystemName()
-	{
-	}
-}
-
-?>
\ No newline at end of file


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