reference/reflection/reflectionparameter/isdefaultvalueconstant.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,24 +1,20 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionparameter.isdefaultvalueconstant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionParameter::isDefaultValueConstant</refname>
7
-
<refpurpose>Returns whether the default value of this parameter is constant</refpurpose>
6
+
<refpurpose>Returns whether the default value of this parameter is a constant</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionParameter">
13
12
<modifier>public</modifier> <type>bool</type><methodname>ReflectionParameter::isDefaultValueConstant</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-

16
+
Returns whether the default value of this parameter is a constant.
18
17
</para>
19
-

20
-
&warn.undocumented.func;
21
-

22
18
</refsect1>
23
19

24
20
<refsect1 role="parameters">
...
...
@@ -29,14 +25,22 @@
29
25
<refsect1 role="returnvalues">
30
26
&reftitle.returnvalues;
31
27
<para>
32
-
Returns &true; if the default value is constant, &false; if it is not or
33
-
&null; on failure.
28
+
Returns &true; if the default value is constant, and &false; otherwise.
34
29
</para>
35
30
</refsect1>
36
31

32
+
<refsect1 role="seealso">
33
+
&reftitle.seealso;
34
+
<para>
35
+
<simplelist>
36
+
<member><methodname>ReflectionParameter::getDefaultValueConstantName</methodname></member>
37
+
<member><methodname>ReflectionParameter::isDefaultValueAvailable</methodname></member>
38
+
</simplelist>
39
+
</para>
40
+
</refsect1>
37
41

38
-
</refentry>
39
42

43
+
</refentry>
40
44
<!-- Keep this comment at the end of the file
41
45
Local variables:
42
46
mode: sgml
43
47