From ce8d06f20a613e9acf9a688efe95cbd5e65a4c26 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 17 Sep 2007 12:47:53 +0000 Subject: [PATCH] Add crazy workaround for bug#38237 (manually adding TOC) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242614 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index cac7736464..6e9ce42a09 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,7 +1,23 @@ - + Reflection + + Table of Contents + + Introduction + The Reflector interface + The ReflectionException class + The ReflectionFunction class + The ReflectionParameter class + The ReflectionClass class + The ReflectionObject class + The ReflectionMethod class + The ReflectionProperty class + The ReflectionExtension class + Extending the reflection classes + + Introduction