Skip to content

Commit

Permalink
Document PropertyHookType.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Dec 1, 2024
1 parent 1443547 commit dcdd281
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference/reflection/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
&reference.reflection.reflectionattribute;
&reference.reflection.reflector;
&reference.reflection.reflectionexception;
&reference.reflection.propertyhooktype;

</book>

Expand Down
57 changes: 57 additions & 0 deletions reference/reflection/propertyhooktype.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.reflection.propertyhooktype" role="enum">
<title>The \PropertyHookType Enum</title>
<titleabbrev>\PropertyHookType</titleabbrev>

<partintro>
<section xml:id="enum.reflection.propertyhooktype.intro">
&reftitle.intro;
<simpara>
The <enumname>\PropertyHookType</enumname> enum lists the legal
types of <link linkend="language.oop5.property-hooks">property hook</link>.
</simpara>
</section>

<section xml:id="enum.reflection.propertyhooktype.synopsis">
&reftitle.enumsynopsis;

<enumsynopsis>
<enumname>\PropertyHookType</enumname>

<enumitem>
<enumidentifier>Get</enumidentifier>
<enumitemdescription>
Indicates a <literal>get</literal> hook.
</enumitemdescription>
</enumitem>

<enumitem>
<enumidentifier>Set</enumidentifier>
<enumitemdescription>
Indicates a <literal>set</literal> hook.
</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
-->

0 comments on commit dcdd281

Please sign in to comment.