From 6209112711367a0d7ef38e8d1128d4493859e23f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 20:36:00 +0000 Subject: [PATCH] Document filter parameter (bug #49899) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290691 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionclass/getmethods.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.