vrana Fri Aug 17 04:54:11 2007 UTC
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
ReflectionFunctionAbstract (bug #41571)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/reflection.xml?r1=1.26&r2=1.27&diff_format=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.26
phpdoc/en/language/oop5/reflection.xml:1.27
--- phpdoc/en/language/oop5/reflection.xml:1.26 Fri Aug 17 04:41:59 2007
+++ phpdoc/en/language/oop5/reflection.xml Fri Aug 17 04:54:11 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
<sect1 xml:id="language.oop5.reflection"
xmlns="http://docbook.org/ns/docbook">
<title>Reflection</title>
<sect2 xml:id="language.oop5.reflection.introduction">
@@ -159,6 +159,7 @@
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 @@
]]>
</programlisting>
</informalexample>
+ <para>
+ Parent class <classname>ReflectionFunctionAbstract</classname> has the
+ same methods except <function>invoke</function>,
+ <function>invokeArgs</function>, <function>export</function> and
+ <function>isDisabled</function>.
+ </para>
<note>
<simpara>
<function>getNumberOfParameters</function> and
@@ -558,7 +565,7 @@
public int getModifiers()
public ReflectionClass getDeclaringClass()
- // Inherited from ReflectionFunction
+ // Inherited from ReflectionFunctionAbstract
final private __clone()
public string getName()
public bool isInternal()