1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files
archived-doc-ja/reference/reflection/propertyhooktype.xml
Louis-Arnaud 64e06d59ee PropertyHookType 列挙型の翻訳を追加 (PHP 8.4) (#329)
doc-en に存在する reference/reflection/propertyhooktype.xml の
日本語翻訳を追加します。プロパティフックの型を列挙する
PropertyHookType 列挙型のドキュメントです。
2026-02-24 00:03:17 +09:00

60 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 0cc604f2db478345bff5ade4e191111d5cbfbd90 Maintainer: mumumu Status: ready -->
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.propertyhooktype" role="enum">
<title>PropertyHookType 列挙型</title>
<titleabbrev>PropertyHookType</titleabbrev>
<partintro>
<section xml:id="enum.propertyhooktype.intro">
&reftitle.intro;
<simpara>
<enumname>PropertyHookType</enumname> 列挙型は、
<link linkend="language.oop5.property-hooks">プロパティフック</link>
の正当な型を列挙します。
</simpara>
</section>
<section xml:id="enum.propertyhooktype.synopsis">
&reftitle.enumsynopsis;
<enumsynopsis>
<enumname>PropertyHookType</enumname>
<enumitem>
<enumidentifier>Get</enumidentifier>
<enumitemdescription>
<literal>get</literal> フックを示します。
</enumitemdescription>
</enumitem>
<enumitem>
<enumidentifier>Set</enumidentifier>
<enumitemdescription>
<literal>set</literal> フックを示します。
</enumitemdescription>
</enumitem>
</enumsynopsis>
</section>
</partintro>
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->