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

Back to archive index

Minahito minah****@users*****
2006年 8月 7日 (月) 20:24:25 JST


Index: xoops2jp/html/kernel/XCube_Delegate.class.php
diff -u xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.11 xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.12
--- xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.11	Sun Aug  6 10:00:51 2006
+++ xoops2jp/html/kernel/XCube_Delegate.class.php	Mon Aug  7 20:24:25 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: XCube_Delegate.class.php,v 1.1.2.11 2006/08/06 01:00:51 minahito Exp $
+ * @version $Id: XCube_Delegate.class.php,v 1.1.2.12 2006/08/07 11:24:25 minahito Exp $
  */
  
 
@@ -356,7 +356,7 @@
 	 * @access public
 	 * @param $name register name
 	 * 
-	 * @see XCube_NewDelegate::add()
+	 * @see XCube_Delegate::add()
 	 */
 	function add($name, $callback, $param3 = null, $param4 = null)
 	{
@@ -375,7 +375,7 @@
 	 * @access public
 	 * @param $name register name
 	 * 
-	 * @see XCube_NewDelegate::delete()
+	 * @see XCube_Delegate::delete()
 	 */
 	function delete($name, $delcallback)
 	{
@@ -399,7 +399,7 @@
 	 *
 	 * @access public
 	 * 
-	 * @see XCube_NewDelegate::reset()
+	 * @see XCube_Delegate::reset()
 	 */
 	function reset($name)
 	{
@@ -417,7 +417,7 @@
    /**
     * 
     * @access public
-    * @return array of XCube_NewDelegate
+    * @return array of XCube_Delegate
     */
 	function getDelegates()
 	{
@@ -460,7 +460,7 @@
             if (isset($delegates[$delegateName])) {
                 $delegate =& $delegates[$delegateName];
             } else {
-                $delegate =& new XCube_NewDelegate;
+                $delegate =& new XCube_Delegate;
                 $root->mDelegateManager->register($delegateName, $delegate);
             }
         }


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