From cbc85dc63175055c8c59fec9c104351b7a1acc63 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 20 Feb 2013 05:34:55 +0000 Subject: [PATCH] update forward signature git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329514 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf_controller_abstract/forward.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/yaf/yaf_controller_abstract/forward.xml b/reference/yaf/yaf_controller_abstract/forward.xml index 97e2c756b1..4a473ff8da 100644 --- a/reference/yaf/yaf_controller_abstract/forward.xml +++ b/reference/yaf/yaf_controller_abstract/forward.xml @@ -17,22 +17,22 @@ public voidYaf_Controller_Abstract::forward stringcontroller - stringaction + stringaction arrayparamters public voidYaf_Controller_Abstract::forward stringmodule - stringcontroller - stringaction + stringcontroller + stringaction 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. + this method doesn't switch to the destination action immediately, it + will take place after current flow finish.