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
+
+