language/predefined/throwable/getfile.xml
09c49da6f0167fcdfe53a76e3ea28ecfc0eb337b
...
...
@@ -1,20 +1,19 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="throwable.getfile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Throwable::getFile</refname>
7
-
<refpurpose>Gets the file in which the exception was created</refpurpose>
6
+
<refpurpose>Gets the file in which the object was created</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>string</type><methodname>Throwable::getFile</methodname>
14
-
<void />
11
+
<methodsynopsis role="Throwable">
12
+
<modifier>public</modifier> <type>string</type><methodname>Throwable::getFile</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-
Get the name of the file in which the exception was created.
16
+
Get the name of the file in which the thrown object was created.
18
17
</para>
19
18
</refsect1>
20
19

...
...
@@ -26,7 +25,7 @@
26
25
<refsect1 role="returnvalues">
27
26
&reftitle.returnvalues;
28
27
<para>
29
-
Returns the filename in which the exception was created.
28
+
Returns the filename in which the thrown object was created.
30
29
</para>
31
30
</refsect1>
32
31

...
...
@@ -39,7 +38,6 @@
39
38
</para>
40
39
</refsect1>
41
40
</refentry>
42
-

43
41
<!-- Keep this comment at the end of the file
44
42
Local variables:
45
43
mode: sgml
46
44