From a26e007c8fca6c643a02446d7f048d198df2aa6b Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 19 Feb 2013 13:45:24 +0000 Subject: [PATCH] Add seealso git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329505 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf_controller_abstract/construct.xml | 11 ++++++++++- reference/yaf/yaf_controller_abstract/forward.xml | 6 ++++++ reference/yaf/yaf_controller_abstract/getresponse.xml | 6 +++--- reference/yaf/yaf_controller_abstract/init.xml | 6 ++++++ 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/reference/yaf/yaf_controller_abstract/construct.xml b/reference/yaf/yaf_controller_abstract/construct.xml index 051e40eaaf..8f6ffb66a8 100644 --- a/reference/yaf/yaf_controller_abstract/construct.xml +++ b/reference/yaf/yaf_controller_abstract/construct.xml @@ -14,7 +14,10 @@ - + Yaf_Controller_Abstract::__construct is final, + which means it can not be overrode. + you mean want to see + Yaf_Controller_Abstract::init instead. @@ -30,6 +33,12 @@ + + &reftitle.seealso; + + Yaf_Controller_Abstract::init + + diff --git a/reference/yaf/yaf_controller_abstract/forward.xml b/reference/yaf/yaf_controller_abstract/forward.xml index 6896bd4e84..97e2c756b1 100644 --- a/reference/yaf/yaf_controller_abstract/forward.xml +++ b/reference/yaf/yaf_controller_abstract/forward.xml @@ -121,6 +121,12 @@ class IndexController extends Yaf_Controller_Abstract + + &reftitle.seealso; + + Yaf_Controller_Abstract::getInvokeArg + + diff --git a/reference/yaf/yaf_controller_abstract/getresponse.xml b/reference/yaf/yaf_controller_abstract/getresponse.xml index 434e4c1e25..e1a2558e17 100644 --- a/reference/yaf/yaf_controller_abstract/getresponse.xml +++ b/reference/yaf/yaf_controller_abstract/getresponse.xml @@ -4,7 +4,7 @@ Yaf_Controller_Abstract::getResponse - The getResponse purpose + Retrieve current response object @@ -14,7 +14,7 @@ - + retrieve current response object @@ -26,7 +26,7 @@ &reftitle.returnvalues; - + Yaf_Response_Abstract instance diff --git a/reference/yaf/yaf_controller_abstract/init.xml b/reference/yaf/yaf_controller_abstract/init.xml index 1bbbd75afc..b5f8c34746 100644 --- a/reference/yaf/yaf_controller_abstract/init.xml +++ b/reference/yaf/yaf_controller_abstract/init.xml @@ -34,6 +34,12 @@ + + &reftitle.seealso; + + Yaf_Controller_Abstract::__construct + +