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

4
3
<refentry xml:id="reflectionmethod.getmodifiers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionMethod::getModifiers</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionMethod">
13
12
<modifier>public</modifier> <type>int</type><methodname>ReflectionMethod::getModifiers</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns a bitfield of the access modifiers for this method.
...
...
@@ -26,8 +25,8 @@
26
25
<refsect1 role="returnvalues">
27
26
&reftitle.returnvalues;
28
27
<para>
29
-
A numeric representation of the modifiers. The modifiers are listed below.
30
-
The actual meanings of these modifiers are described in the
28
+
A numeric representation of the modifiers.
29
+
The actual meaning of these modifiers are described under
31
30
<link linkend="reflectionmethod.constants.modifiers">predefined constants</link>.
32
31
</para>
33
32
</refsect1>
...
...
@@ -70,10 +69,10 @@ echo implode(' ', Reflection::getModifierNames($bar->getModifiers()));
70
69
<screen>
71
70
<![CDATA[
72
71
Modifiers for method foo():
73
-
261
72
+
49
74
73
final public static
75
74
Modifiers for method bar():
76
-
65792
75
+
1
77
76
public
78
77
]]>
79
78
</screen>
...
...
@@ -91,7 +90,6 @@ public
91
90
</refsect1>
92
91

93
92
</refentry>
94
-

95
93
<!-- Keep this comment at the end of the file
96
94
Local variables:
97
95
mode: sgml
98
96