From b966b0342e92335daee2d4f7036f5c998369e6e4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Aug 2007 04:37:31 +0000 Subject: [PATCH] Document Reflector (bug #41573) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241387 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index dbdde67a19..8795574b2c 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -111,6 +111,27 @@ Class [ class Exception ] { + + <classname>Reflector</classname> + + Reflector is an interface implemented by all + exportable Reflection classes. + + + + +]]> + + + + <classname>ReflectionException</classname>