reference/reflection/reflectionenumunitcase/getvalue.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -7,9 +7,9 @@
7
7

8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="ReflectionEnumUnitCase">
11
11
<modifier>public</modifier> <type>UnitEnum</type><methodname>ReflectionEnumUnitCase::getValue</methodname>
12
-
<void />
12
+
<void/>
13
13
</methodsynopsis>
14
14
<para>
15
15
Returns the enum case object described by this reflection object.
...
...
@@ -33,7 +33,7 @@
33
33
&reftitle.examples;
34
34
<para>
35
35
<example>
36
-
<title><methodname>ReflectionEnum::hasCase</methodname> example</title>
36
+
<title><methodname>ReflectionEnum::getValue</methodname> example</title>
37
37
<programlisting role="php">
38
38
<![CDATA[
39
39
<?php
40
40