nlopess Wed Jul 13 14:30:23 2005 EDT
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
add [gs]etStaticPropertyValue methods
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.13
phpdoc/en/language/oop5/reflection.xml:1.14
--- phpdoc/en/language/oop5/reflection.xml:1.13 Fri Jun 24 14:21:23 2005
+++ phpdoc/en/language/oop5/reflection.xml Wed Jul 13 14:30:22 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<sect1 id="language.oop5.reflection">
<title>Reflection</title>
<sect2 id="language.oop5.reflection.introduction">
@@ -344,6 +344,8 @@
public ReflectionClass getParentClass()
public bool isSubclassOf(ReflectionClass class)
public array getStaticProperties()
+ public mixed getStaticPropertyValue(string name [, mixed default])
+ public void setStaticPropertyValue(string name, mixed value)
public array getDefaultProperties()
public bool isIterateable()
public bool implementsInterface(string name)
@@ -357,7 +359,8 @@
<note>
<simpara>
<function>hasConstant</function>, <function>hasMethod</function>,
- <function>hasProperty</function> were added in PHP 5.1.0.
+ <function>hasProperty</function>,
<function>getStaticPropertyValue</function>
+ and <function>setStaticPropertyValue</function> were added in PHP 5.1.0.
</simpara>
</note>
<para>