reference/reflection/reflectionenum/isbacked.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -7,9 +7,9 @@
7
7

8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="ReflectionEnum">
11
11
<modifier>public</modifier> <type>bool</type><methodname>ReflectionEnum::isBacked</methodname>
12
-
<void />
12
+
<void/>
13
13
</methodsynopsis>
14
14
<para>
15
15
A Backed Enum is one that has a native backing scalar equivalent, either a
...
...
@@ -34,7 +34,7 @@
34
34
&reftitle.examples;
35
35
<para>
36
36
<example>
37
-
<title><methodname>ReflectionEnum::getCase</methodname> example</title>
37
+
<title><methodname>ReflectionEnum::isBacked</methodname> example</title>
38
38
<programlisting role="php">
39
39
<![CDATA[
40
40
<?php
41
41