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

4
3
<refentry xml:id="reflectionfunctionabstract.getnumberofparameters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionFunctionAbstract::getNumberOfParameters</refname>
...
...
@@ -9,17 +8,14 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionFunctionAbstract">
13
12
<modifier>public</modifier> <type>int</type><methodname>ReflectionFunctionAbstract::getNumberOfParameters</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Get the number of parameters that a function defines, both optional
18
17
and required.
19
18
</para>
20
-

21
-
&warn.undocumented.func;
22
-

23
19
</refsect1>
24
20

25
21
<refsect1 role="parameters">
...
...
@@ -45,7 +41,6 @@
45
41
</refsect1>
46
42

47
43
</refentry>
48
-

49
44
<!-- Keep this comment at the end of the file
50
45
Local variables:
51
46
mode: sgml
52
47