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