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

4
3
<refentry xml:id="reflectionmethod.getprototype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionMethod::getPrototype</refname>
7
-
<refpurpose>Gets the method prototype (if there is one).</refpurpose>
6
+
<refpurpose>Gets the method prototype (if there is one)</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionMethod">
13
12
<modifier>public</modifier> <type>ReflectionMethod</type><methodname>ReflectionMethod::getPrototype</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the methods prototype.
...
...
@@ -87,12 +86,12 @@ object(ReflectionMethod)#2 (2) {
87
86
<para>
88
87
<simplelist>
89
88
<member><methodname>ReflectionMethod::getModifiers</methodname></member>
89
+
<member><methodname>ReflectionMethod::hasPrototype</methodname></member>
90
90
</simplelist>
91
91
</para>
92
92
</refsect1>
93
93

94
94
</refentry>
95
-

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