From 8f6e27222b6371b4e8b77a33898dbe8d1c83844c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Aug 2007 05:06:05 +0000 Subject: [PATCH] getDeclaringFunction() and getPosition() available now (bug #39876) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241396 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index d5e7e3a014..79ae4f95aa 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -293,10 +293,8 @@ class ReflectionParameter implements Reflector isDefaultValueAvailable and isOptional were added in PHP 5.0.3, while isArray was added in PHP 5.1.0. - + getPosition were added in PHP 5.2.3.