File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed
reference/reflection/reflectionclass Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change
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
+ -->
You can’t perform that action at this time.
0 commit comments