nlopess Thu Feb 17 13:01:53 2005 EDT
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
new ReflectionClass methods
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.8
phpdoc/en/language/oop5/reflection.xml:1.9
--- phpdoc/en/language/oop5/reflection.xml:1.8 Mon Dec 27 06:06:02 2004
+++ phpdoc/en/language/oop5/reflection.xml Thu Feb 17 13:01:53 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<sect1 id="language.oop5.reflection">
<title>Reflection</title>
<sect2 id="language.oop5.reflection.introduction">
@@ -316,7 +316,9 @@
public bool isInternal()
public bool isUserDefined()
public bool isInstantiable()
+ public bool hasConstant(string name)
public bool hasMethod(string name)
+ public bool hasProperty(string name)
public string getFileName()
public int getStartLine()
public int getEndLine()
@@ -350,7 +352,8 @@
</informalexample>
<note>
<simpara>
- <function>hasMethod</function> was added in PHP 5.1.0.
+ <function>hasConstant</function>, <function>hasMethod</function>,
+ <function>hasProperty</function> were added in PHP 5.1.0.
</simpara>
</note>
<para>