reference/reflection/reflectionclass/setstaticpropertyvalue.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionclass.setstaticpropertyvalue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionClass::setStaticPropertyValue</refname>
...
...
@@ -9,17 +8,14 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionClass">
13
12
<modifier>public</modifier> <type>void</type><methodname>ReflectionClass::setStaticPropertyValue</methodname>
14
13
<methodparam><type>string</type><parameter>name</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>value</parameter></methodparam>
14
+
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
Sets static property value.
19
18
</para>
20
-

21
-
&warn.undocumented.func;
22
-

23
19
</refsect1>
24
20

25
21
<refsect1 role="parameters">
...
...
@@ -63,7 +59,6 @@
63
59
</refsect1>
64
60

65
61
</refentry>
66
-

67
62
<!-- Keep this comment at the end of the file
68
63
Local variables:
69
64
mode: sgml
70
65