reference/reflection/reflectionenum/getcases.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>array</type><methodname>ReflectionEnum::getCases</methodname>
12
-
<void />
12
+
<void/>
13
13
</methodsynopsis>
14
14
<para>
15
15
An Enum may contain zero or more cases. This method retrieves all defined cases,
...
...
@@ -36,7 +36,7 @@
36
36
&reftitle.examples;
37
37
<para>
38
38
<example>
39
-
<title><methodname>ReflectionEnum::getCase</methodname> example</title>
39
+
<title><methodname>ReflectionEnum::getCases</methodname> example</title>
40
40
<programlisting role="php">
41
41
<![CDATA[
42
42
<?php
43
43