From 66c069ab5868dbbe1a8232ee1ddb823b6b216a5c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 29 May 2007 08:24:46 +0000 Subject: [PATCH] Commented out getDeclaringFunction() & getPosition() (See bug#41525) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236598 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index e45ad1fe3f..5be975c396 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -246,13 +246,11 @@ class ReflectionParameter implements Reflector public static string export(mixed function, mixed parameter, bool return) public string getName() public bool isPassedByReference() - public ReflectionFunction getDeclaringFunction() public ReflectionClass getDeclaringClass() public ReflectionClass getClass() public bool isArray() public bool allowsNull() public bool isPassedByReference() - public bool getPosition() public bool isOptional() public bool isDefaultValueAvailable() public mixed getDefaultValue() @@ -267,8 +265,10 @@ class ReflectionParameter implements Reflector isDefaultValueAvailable and isOptional were added in PHP 5.0.3, while isArray was added in PHP 5.1.0. +