Skip to content

Commit c860a5c

Browse files
committed
ReflectionClass::isEnum method
php/doc-en@a416cd2
1 parent c6249c9 commit c860a5c

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- $Revision$ -->
3+
<!-- EN-Revision: a416cd2c019c7016a1c18ea660c5a027264295da Maintainer: mumumu Status: ready -->
4+
5+
<refentry xml:id="reflectionclass.isenum" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
6+
<refnamediv>
7+
<refname>ReflectionClass::isEnum</refname>
8+
<refpurpose>列挙型であるかどうかを返す</refpurpose>
9+
</refnamediv>
10+
11+
<refsect1 role="description">
12+
&reftitle.description;
13+
<methodsynopsis>
14+
<modifier>public</modifier> <type>bool</type><methodname>ReflectionClass::isEnum</methodname>
15+
<void />
16+
</methodsynopsis>
17+
<para>
18+
このクラスが、<link linkend="language.enumerations">列挙型(Enum)</link>
19+
かどうかを調べます。
20+
</para>
21+
</refsect1>
22+
23+
<refsect1 role="parameters">
24+
&reftitle.parameters;
25+
&no.function.parameters;
26+
</refsect1>
27+
28+
<refsect1 role="returnvalues">
29+
&reftitle.returnvalues;
30+
<para>
31+
このクラスが
32+
<link linkend="language.enumerations">列挙型(Enum)</link> の場合に
33+
&true; を返します。
34+
そうでない場合、&false; を返します。
35+
</para>
36+
</refsect1>
37+
38+
39+
</refentry>
40+
41+
<!-- Keep this comment at the end of the file
42+
Local variables:
43+
mode: sgml
44+
sgml-omittag:t
45+
sgml-shorttag:t
46+
sgml-minimize-attributes:nil
47+
sgml-always-quote-attributes:t
48+
sgml-indent-step:1
49+
sgml-indent-data:t
50+
indent-tabs-mode:nil
51+
sgml-parent-document:nil
52+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
53+
sgml-exposed-tags:nil
54+
sgml-local-catalogs:nil
55+
sgml-local-ecat-files:nil
56+
End:
57+
vim600: syn=xml fen fdm=syntax fdl=2 si
58+
vim: et tw=78 syn=sgml
59+
vi: ts=1 sw=1
60+
-->

0 commit comments

Comments
 (0)