diff --git a/reference/reflection/reflectionmethod.xml b/reference/reflection/reflectionmethod.xml index 06d769ee54..83fd7db6a7 100644 --- a/reference/reflection/reflectionmethod.xml +++ b/reference/reflection/reflectionmethod.xml @@ -109,20 +109,20 @@ name - Prop description + Method name class - Prop description + Class name - +
&reftitle.constants; @@ -133,42 +133,42 @@ ReflectionMethod::IS_STATIC - Description here... + Indicates that the method is static. ReflectionMethod::IS_PUBLIC - Description here... + Indicates that the method is public. ReflectionMethod::IS_PROTECTED - Description here... + Indicates that the method is protected. ReflectionMethod::IS_PRIVATE - Description here... + Indicates that the method is private. ReflectionMethod::IS_ABSTRACT - Description here... + Indicates that the method is abstract. ReflectionMethod::IS_FINAL - Description here... + Indicates that the method is final. diff --git a/reference/reflection/reflectionmethod/getdeclaringclass.xml b/reference/reflection/reflectionmethod/getdeclaringclass.xml index f767ce019d..6c4aeaf0b6 100644 --- a/reference/reflection/reflectionmethod/getdeclaringclass.xml +++ b/reference/reflection/reflectionmethod/getdeclaringclass.xml @@ -35,7 +35,7 @@ &reftitle.examples; - <methodname>ReflectionFunction::getDeclaringClass</methodname> example + <methodname>ReflectionMethod::getDeclaringClass</methodname> example - <methodname>ReflectionFunction::invoke</methodname> example + <methodname>ReflectionMethod::invoke</methodname> example - <methodname>ReflectionFunction::invokeArgs</methodname> example + <methodname>ReflectionMethod::invokeArgs</methodname> example - <methodname>ReflectionFunction::__toString</methodname> example + <methodname>ReflectionMethod::__toString</methodname> example