diff --git a/reference/reflection/reflectionmethod/construct.xml b/reference/reflection/reflectionmethod/construct.xml
index 14765da637..28bfb912ac 100644
--- a/reference/reflection/reflectionmethod/construct.xml
+++ b/reference/reflection/reflectionmethod/construct.xml
@@ -11,15 +11,13 @@
&reftitle.description;
ReflectionMethod::__construct
- stringclass_or_method
- stringname
+ mixedclass
+ stringname
Constructs a new ReflectionMethod.
- &warn.undocumented.func;
-
@@ -27,10 +25,10 @@
- class_or_method
+ class
-
+ Classname or object (instance of the class) that contains the method.
@@ -38,7 +36,7 @@
name
-
+ Name of the method.
@@ -49,7 +47,14 @@
&reftitle.returnvalues;
-
+ &return.void;
+
+
+
+
+ &reftitle.errors;
+
+ A ReflectionException if the the given method does not exist.
diff --git a/reference/reflection/reflectionmethod/export.xml b/reference/reflection/reflectionmethod/export.xml
index 29de88563b..c35e2caffd 100644
--- a/reference/reflection/reflectionmethod/export.xml
+++ b/reference/reflection/reflectionmethod/export.xml
@@ -4,7 +4,7 @@
ReflectionMethod::export
- Export
+ Export a reflection method.
@@ -67,6 +67,7 @@
ReflectionMethod::__construct
+ ReflectionMethod::__toString
diff --git a/reference/reflection/reflectionmethod/getdeclaringclass.xml b/reference/reflection/reflectionmethod/getdeclaringclass.xml
index a1cb857a8e..f767ce019d 100644
--- a/reference/reflection/reflectionmethod/getdeclaringclass.xml
+++ b/reference/reflection/reflectionmethod/getdeclaringclass.xml
@@ -4,7 +4,7 @@
ReflectionMethod::getDeclaringClass
- Gets declaring class
+ Gets declaring class for the reflected method.
@@ -14,11 +14,8 @@
- Gets the declaring class.
+ Gets the declaring class for the reflected method.
-
- &warn.undocumented.func;
-
@@ -29,7 +26,42 @@
&reftitle.returnvalues;
- A ReflectionClass.
+ A ReflectionClass object of the class that the
+ reflected method is part of.
+
+
+
+
+ &reftitle.examples;
+
+
+ ReflectionFunction::getDeclaringClass example
+
+getDeclaringClass());
+?>
+]]>
+
+ &example.outputs;
+
+
+ string(10) "HelloWorld"
+}
+]]>
+
+
diff --git a/reference/reflection/reflectionmethod/getmodifiers.xml b/reference/reflection/reflectionmethod/getmodifiers.xml
index df1e449088..d80cbf5b4c 100644
--- a/reference/reflection/reflectionmethod/getmodifiers.xml
+++ b/reference/reflection/reflectionmethod/getmodifiers.xml
@@ -4,7 +4,7 @@
ReflectionMethod::getModifiers
- Gets modifiers
+ Gets the method modifiers
@@ -14,11 +14,8 @@
- Gets the modifiers.
+ Gets the method modifiers.
-
- &warn.undocumented.func;
-
@@ -29,7 +26,58 @@
&reftitle.returnvalues;
- A numeric representation of the modifiers.
+ A numeric representation of the modifiers. The modifiers are listed below.
+ The actual meanings of these modifiers are described in the
+ predefined constants.
+