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>