reference/reflection/reflectionenumbackedcase/getbackingvalue.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -7,9 +7,9 @@
7
7

8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<modifier>public</modifier> <type class="union"><type>string</type><type>int</type></type><methodname>ReflectionEnumBackedCase::getBackingValue</methodname>
12
-
<void />
10
+
<methodsynopsis role="ReflectionEnumBackedCase">
11
+
<modifier>public</modifier> <type class="union"><type>int</type><type>string</type></type><methodname>ReflectionEnumBackedCase::getBackingValue</methodname>
12
+
<void/>
13
13
</methodsynopsis>
14
14
<para>
15
15
Gets the scalar value backing this Enum case.
...
...
@@ -32,7 +32,7 @@
32
32
&reftitle.examples;
33
33
<para>
34
34
<example>
35
-
<title><methodname>ReflectionEnum::getBackingType</methodname> example</title>
35
+
<title><methodname>ReflectionEnum::getBackingValue</methodname> example</title>
36
36
<programlisting role="php">
37
37
<![CDATA[
38
38
<?php
39
39