reference/reflection/reflectionfunctionabstract/tostring.xml
ca840c9a6d665e60a7de48b57a5b6440c0d3b0c1
...
...
@@ -4,21 +4,19 @@
4
4
<refentry xml:id="reflectionfunctionabstract.tostring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>ReflectionFunctionAbstract::__toString</refname>
7
-
<refpurpose>To string</refpurpose>
7
+
<refpurpose>Returns the string representation of the ReflectionFunctionAbstract object</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<methodsynopsis role="ReflectionFunctionAbstract">
13
13
<modifier>abstract</modifier> <modifier>public</modifier> <type>void</type><methodname>ReflectionFunctionAbstract::__toString</methodname>
14
14
<void />
15
15
</methodsynopsis>
16
16
<para>
17
-
To string.
17
+
Get a human-readable description of the function, its parameters and return values.
18
18
</para>
19
19

20
-
&warn.undocumented.func;
21
-

22
20
</refsect1>
23
21

24
22
<refsect1 role="parameters">
...
...
@@ -37,7 +35,8 @@
37
35
&reftitle.seealso;
38
36
<para>
39
37
<simplelist>
40
-
<member><methodname>ReflectionClass::clone</methodname></member>
38
+
<member><methodname>ReflectionFunction::__toString</methodname></member>
39
+
<member><methodname>ReflectionMethod::__toString</methodname></member>
41
40
<member><link linkend="object.tostring">__toString()</link></member>
42
41
</simplelist>
43
42
</para>
44
43