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

4
3
<refentry xml:id="reflectionextension.getversion" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionExtension::getVersion</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>string</type><methodname>ReflectionExtension::getVersion</methodname>
14
-
<void />
11
+
<methodsynopsis role="ReflectionExtension">
12
+
<modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>ReflectionExtension::getVersion</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Gets the version of the extension.
...
...
@@ -26,7 +25,7 @@
26
25
<refsect1 role="returnvalues">
27
26
&reftitle.returnvalues;
28
27
<para>
29
-
The version of the extension.
28
+
The version of the extension, or &null; if the extension has no version.
30
29
</para>
31
30
</refsect1>
32
31

...
...
@@ -63,7 +62,6 @@ string(3) "0.1"
63
62
</refsect1>
64
63

65
64
</refentry>
66
-

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