From 04f882eb0dcb786495d709dd1ae6f9fae35928e3 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 19 Feb 2013 10:53:22 +0000 Subject: [PATCH] Update forward entry git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329501 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../yaf/yaf_controller_abstract/forward.xml | 32 +++++++++++++++---- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/reference/yaf/yaf_controller_abstract/forward.xml b/reference/yaf/yaf_controller_abstract/forward.xml index f21c170d19..885c658669 100644 --- a/reference/yaf/yaf_controller_abstract/forward.xml +++ b/reference/yaf/yaf_controller_abstract/forward.xml @@ -4,11 +4,22 @@ Yaf_Controller_Abstract::forward - The forward purpose + foward to another action &reftitle.description; + + public voidYaf_Controller_Abstract::forward + stringaction + arrayparamters + + + public voidYaf_Controller_Abstract::forward + stringcontroller + stringaction + arrayparamters + public voidYaf_Controller_Abstract::forward stringmodule @@ -17,7 +28,13 @@ arrayparamters - + forward current execution process to other action. + + + it doesn't switch to other action immediately, the forwarding will + only occurr after current execution flow over. + + @@ -28,7 +45,8 @@ module - + destination module name, if NULL was given, then default module name + is assumed @@ -36,7 +54,7 @@ controller - + destination controller name @@ -44,7 +62,7 @@ action - + destination action name @@ -52,7 +70,7 @@ paramters - + calling arguments @@ -62,7 +80,7 @@ &reftitle.returnvalues; - + return FALSE on failure