From 939657ed2968400018ca4d0a34b63d40a34045f8 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 20 Feb 2013 05:44:57 +0000 Subject: [PATCH] update action methods doc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329516 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf_action_abstract/execute.xml | 7 +++---- reference/yaf/yaf_action_abstract/getcontroller.xml | 9 +++------ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/reference/yaf/yaf_action_abstract/execute.xml b/reference/yaf/yaf_action_abstract/execute.xml index a5ded140a9..ce47a75279 100644 --- a/reference/yaf/yaf_action_abstract/execute.xml +++ b/reference/yaf/yaf_action_abstract/execute.xml @@ -4,7 +4,7 @@ Yaf_Action_Abstract::execute - Execute the action + Action entry point @@ -16,6 +16,8 @@ choice="opt">mixed... + user should always define this method for a action, this is the entry point + of an action. Yaf_Action_Abstract::execute may have agruments. @@ -24,9 +26,6 @@ - - &warn.undocumented.func; - diff --git a/reference/yaf/yaf_action_abstract/getcontroller.xml b/reference/yaf/yaf_action_abstract/getcontroller.xml index f196942c95..feb6d48ba3 100644 --- a/reference/yaf/yaf_action_abstract/getcontroller.xml +++ b/reference/yaf/yaf_action_abstract/getcontroller.xml @@ -4,7 +4,7 @@ Yaf_Action_Abstract::getController - get controller instance + Retrieve controller object @@ -14,11 +14,8 @@ - Retrive the controller object. + retrieve current controller object. - - &warn.undocumented.func; - @@ -29,7 +26,7 @@ &reftitle.returnvalues; - + Yaf_Controller_Abstract instance