|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: c0fa5077c8862405942d8aac7360c5169558b59b Maintainer: takagi Status: ready --> |
| 3 | +<!-- EN-Revision: 51fc0eaf8ecc894bb567fb7de2de789bec74e257 Maintainer: takagi Status: ready --> |
4 | 4 | <reference xml:id="class.reflectionclass" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> |
5 | 5 |
|
6 | 6 | <title>ReflectionClass クラス</title> |
|
116 | 116 | <variablelist> |
117 | 117 |
|
118 | 118 | <varlistentry xml:id="reflectionclass.constants.is-implicit-abstract"> |
119 | | - <term><constant>ReflectionClass::IS_IMPLICIT_ABSTRACT</constant></term> |
| 119 | + <term> |
| 120 | + <constant>ReflectionClass::IS_IMPLICIT_ABSTRACT</constant> |
| 121 | + <type>int</type> |
| 122 | + </term> |
120 | 123 | <listitem> |
121 | 124 | <para> |
122 | 125 | 抽象メソッドを持っているので <link linkend="language.oop5.abstract"> |
|
126 | 129 | </varlistentry> |
127 | 130 |
|
128 | 131 | <varlistentry xml:id="reflectionclass.constants.is-explicit-abstract"> |
129 | | - <term><constant>ReflectionClass::IS_EXPLICIT_ABSTRACT</constant></term> |
| 132 | + <term> |
| 133 | + <constant>ReflectionClass::IS_EXPLICIT_ABSTRACT</constant> |
| 134 | + <type>int</type> |
| 135 | + </term> |
130 | 136 | <listitem> |
131 | 137 | <para> |
132 | 138 | その定義から <link linkend="language.oop5.abstract"> |
|
136 | 142 | </varlistentry> |
137 | 143 |
|
138 | 144 | <varlistentry xml:id="reflectionclass.constants.is-final"> |
139 | | - <term><constant>ReflectionClass::IS_FINAL</constant></term> |
| 145 | + <term> |
| 146 | + <constant>ReflectionClass::IS_FINAL</constant> |
| 147 | + <type>int</type> |
| 148 | + </term> |
140 | 149 | <listitem> |
141 | 150 | <para> |
142 | 151 | <link linkend="language.oop5.final">final</link> クラスであることを示します。 |
|
145 | 154 | </varlistentry> |
146 | 155 |
|
147 | 156 | <varlistentry xml:id="reflectionclass.constants.is-readonly"> |
148 | | - <term><constant>ReflectionClass::IS_READONLY</constant></term> |
| 157 | + <term> |
| 158 | + <constant>ReflectionClass::IS_READONLY</constant> |
| 159 | + <type>int</type> |
| 160 | + </term> |
149 | 161 | <listitem> |
150 | 162 | <para> |
151 | 163 | <link linkend="language.oop5.basic.class.readonly">readonly</link> クラスであることを示します。 |
|
154 | 166 | </varlistentry> |
155 | 167 |
|
156 | 168 | <varlistentry xml:id="reflectionclass.constants.skip-initialization-on-serialize"> |
157 | | - <term><constant>ReflectionClass::SKIP_INITIALIZATION_ON_SERIALIZE</constant></term> |
| 169 | + <term> |
| 170 | + <constant>ReflectionClass::SKIP_INITIALIZATION_ON_SERIALIZE</constant> |
| 171 | + <type>int</type> |
| 172 | + </term> |
158 | 173 | <listitem> |
159 | 174 | <simpara> |
160 | 175 | <function>serialize</function>がレイジーオブジェクトの初期化を |
|
164 | 179 | </varlistentry> |
165 | 180 |
|
166 | 181 | <varlistentry xml:id="reflectionclass.constants.skip-destructor"> |
167 | | - <term><constant>ReflectionClass::SKIP_DESTRUCTOR</constant></term> |
| 182 | + <term> |
| 183 | + <constant>ReflectionClass::SKIP_DESTRUCTOR</constant> |
| 184 | + <type>int</type> |
| 185 | + </term> |
168 | 186 | <listitem> |
169 | 187 | <simpara> |
170 | 188 | オブジェクトをレイジーにリセットする時に、 |
|
189 | 207 | </row> |
190 | 208 | </thead> |
191 | 209 | <tbody> |
| 210 | + <row> |
| 211 | + <entry>8.4.0</entry> |
| 212 | + <entry> |
| 213 | + クラス定数が型付けされました。 |
| 214 | + </entry> |
| 215 | + </row> |
192 | 216 | <row> |
193 | 217 | <entry>8.0.0</entry> |
194 | 218 | <entry> |
|
0 commit comments