diff --git a/reference/reflection/reflectionclass/getmethods.xml b/reference/reflection/reflectionclass/getmethods.xml
index 65acb96def..7dbd6ed780 100644
--- a/reference/reflection/reflectionclass/getmethods.xml
+++ b/reference/reflection/reflectionclass/getmethods.xml
@@ -29,7 +29,12 @@
filter
- The filter.
+ Any combination of ReflectionMethod::IS_STATIC,
+ ReflectionMethod::IS_PUBLIC,
+ ReflectionMethod::IS_PROTECTED,
+ ReflectionMethod::IS_PRIVATE,
+ ReflectionMethod::IS_ABSTRACT,
+ ReflectionMethod::IS_FINAL.