vrana Fri Aug 17 04:37:32 2007 UTC
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
Document Reflector (bug #41573)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/reflection.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.24
phpdoc/en/language/oop5/reflection.xml:1.25
--- phpdoc/en/language/oop5/reflection.xml:1.24 Wed Jun 20 22:24:13 2007
+++ phpdoc/en/language/oop5/reflection.xml Fri Aug 17 04:37:31 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<sect1 xml:id="language.oop5.reflection"
xmlns="http://docbook.org/ns/docbook">
<title>Reflection</title>
<sect2 xml:id="language.oop5.reflection.introduction">
@@ -111,6 +111,27 @@
</para>
</sect2>
+ <sect2 xml:id="language.oop5.reflection.reflector">
+ <title><classname>Reflector</classname></title>
+ <para>
+ <classname>Reflector</classname> is an interface implemented by all
+ exportable Reflection classes.
+ </para>
+ <informalexample>
+ <programlisting role="php">
+<![CDATA[
+<?php
+interface Reflector
+{
+ public string __toString()
+ public static string export()
+}
+?>
+]]>
+ </programlisting>
+ </informalexample>
+ </sect2>
+
<sect2 xml:id="language.oop5.reflection.reflectionexception">
<title><classname>ReflectionException</classname></title>
<para>