1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-28 01:12:20 +01:00
Files
archived-doc-es/reference/reflection/book.xml
2011-07-21 18:00:19 +00:00

66 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fad61b5c27aad9faa8d15ab6230a61acfefe9563 Maintainer: chuso Status: ready -->
<!-- Membership: core -->
<book xml:id="book.reflection" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Reflection</title>
<titleabbrev>Reflection</titleabbrev>
<preface xml:id="intro.reflection">
&reftitle.intro;
<para>
PHP 5 viene con una completa reflection API que añade la habilidad para
<literal>la ingeniería inversa</literal> de clases, interfaces, funciones,
métodos y extensiones. Adicionalmente, reflection API ofrece maneras de obtener
comentarios para las funciones, clases y métodos.
</para>
<para>
Tenga en cuenta que ciertas partes de <acronym>API</acronym> interna
no contienen el código necesario para trabajar con la extensión Reflection.
Por ejemplo, a una clase interna de PHP le puede faltar datos de reflexión
para sus propiedades. Estos pocos casos son considerados como bugs, sin embargo,
deben ser descubiertos y corregidos.
</para>
</preface>
&reference.reflection.setup;
&reference.reflection.constants;
&reference.reflection.examples;
&reference.reflection.extending;
&reference.reflection.reflection;
&reference.reflection.reflectionclass;
&reference.reflection.reflectionextension;
&reference.reflection.reflectionfunction;
&reference.reflection.reflectionfunctionabstract;
&reference.reflection.reflectionmethod;
&reference.reflection.reflectionobject;
&reference.reflection.reflectionparameter;
&reference.reflection.reflectionproperty;
&reference.reflection.reflector;
&reference.reflection.reflectionexception;
</book>
<!-- 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
-->