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()