Files
archived-doc-pt-br/reference/reflection/propertyhooktype.xml
2025-03-31 10:39:46 -03:00

58 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?><!-- EN-Revision: 0cc604f2db478345bff5ade4e191111d5cbfbd90 Maintainer: leonardolara Status: ready -->
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.propertyhooktype" role="enum">
<title>A enumeração PropertyHookType</title>
<titleabbrev>PropertyHookType</titleabbrev>
<partintro>
<section xml:id="enum.propertyhooktype.intro">
&reftitle.intro;
<simpara>
A enumeração <enumname>PropertyHookType</enumname> lista os tipos
legais de <link linkend="language.oop5.property-hooks">ganchos de propriedades</link>.
</simpara>
</section>
<section xml:id="enum.propertyhooktype.synopsis">
&reftitle.enumsynopsis;
<enumsynopsis>
<enumname>PropertyHookType</enumname>
<enumitem>
<enumidentifier>Get</enumidentifier>
<enumitemdescription>
Indica um gancho <literal>get</literal>.
</enumitemdescription>
</enumitem>
<enumitem>
<enumidentifier>Set</enumidentifier>
<enumitemdescription>
Indica um gancho <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
-->