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

Back to archive index

Minahito minah****@users*****
2006年 8月 21日 (月) 18:51:54 JST


Index: xoops2jp/html/kernel/XCube_ActionFilter.class.php
diff -u xoops2jp/html/kernel/XCube_ActionFilter.class.php:1.1.2.2 xoops2jp/html/kernel/XCube_ActionFilter.class.php:1.1.2.3
--- xoops2jp/html/kernel/XCube_ActionFilter.class.php:1.1.2.2	Tue Jun  6 12:08:41 2006
+++ xoops2jp/html/kernel/XCube_ActionFilter.class.php	Mon Aug 21 18:51:54 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_ActionFilter.class.php,v 1.1.2.2 2006/06/06 03:08:41 minahito Exp $
+ * @version $Id: XCube_ActionFilter.class.php,v 1.1.2.3 2006/08/21 09:51:54 minahito Exp $
  */
 
 /**
@@ -26,7 +26,7 @@
 	 * @access protected
 	 */
 	var $mController;
-
+	
 	/**
 	 * @param $controller XCube_Controller
 	 */
@@ -52,6 +52,15 @@
 	function preBlockFilter()
 	{
 	}
+	
+	/**
+	 * Execute the logic when postFilter().
+	 * 
+	 * @return void
+	 */	
+	function postFilter()
+	{
+	}
 }
 
 ?>


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