From 86e94ba32a90e206f798b216c78f0e4d7db094a9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Aug 2007 04:54:11 +0000 Subject: [PATCH] ReflectionFunctionAbstract (bug #41571) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241393 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index fb5a8d15e2..49f4083b23 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -159,6 +159,7 @@ class ReflectionFunction extends ReflectionFunctionAbstract implements Reflector public static string export(string name, bool return) public string getName() public bool isInternal() + public bool isDisabled() public bool isUserDefined() public string getFileName() public int getStartLine() @@ -176,6 +177,12 @@ class ReflectionFunction extends ReflectionFunctionAbstract implements Reflector ]]> + + Parent class ReflectionFunctionAbstract has the + same methods except invoke, + invokeArgs, export and + isDisabled. + getNumberOfParameters and @@ -558,7 +565,7 @@ class ReflectionMethod extends ReflectionFunctionAbstract implements Reflector public int getModifiers() public ReflectionClass getDeclaringClass() - // Inherited from ReflectionFunction + // Inherited from ReflectionFunctionAbstract final private __clone() public string getName() public bool isInternal()