mirror of
https://github.com/php/doc-es.git
synced 2026-03-24 07:22:16 +01:00
60 lines
1.6 KiB
XML
60 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 0cc604f2db478345bff5ade4e191111d5cbfbd90 Maintainer: PhilDaiguille Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.propertyhooktype" role="enum">
|
|
<title>La enumeración PropertyHookType</title>
|
|
<titleabbrev>PropertyHookType</titleabbrev>
|
|
|
|
<partintro>
|
|
<section xml:id="enum.propertyhooktype.intro">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
La enumeración <enumname>PropertyHookType</enumname> lista los tipos
|
|
legales de <link linkend="language.oop5.property-hooks">hook de propiedad</link>.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section xml:id="enum.propertyhooktype.synopsis">
|
|
&reftitle.enumsynopsis;
|
|
|
|
<enumsynopsis>
|
|
<enumname>PropertyHookType</enumname>
|
|
|
|
<enumitem>
|
|
<enumidentifier>Get</enumidentifier>
|
|
<enumitemdescription>
|
|
Indica un hook <literal>get</literal>.
|
|
</enumitemdescription>
|
|
</enumitem>
|
|
|
|
<enumitem>
|
|
<enumidentifier>Set</enumidentifier>
|
|
<enumitemdescription>
|
|
Indica un hook <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
|
|
-->
|