Re: Missing ReflectionProperty::getDocComment()

php.internals

Johannes Schlueter

21 years ago
Hi Sebastian, Sebastian Bergmann wrote:
> I am missing a ReflectionProperty::getDocComment() method in the > Reflection API. At the moment only ReflectionClass, ReflectionFunction, > and ReflectionMethod have such a method.
I've got a patch since quite some time but found nobody with karma who commits it or at least criticices it. Maybe now ;-) http://anonsvn.schlueters.de/svn/phpatches/HEAD/reflectionProperty_getDocComment_via_CG.diff johannes
-- Johannes Schlüter Mayflower GmbH / ThinkPHP http://www.mayflower.de http://blog.thinkphp.de

Sebastian Bergmann

21 years ago
Johannes Schlueter wrote:
> I've got a patch since quite some time but found nobody with karma who > commits it or at least criticices it. Maybe now ;-)
I would love to see this in PHP 5.1.0, or better yet in PHP 5.0.5.
-- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Marcus Boerger

21 years ago
Hello Johannes, Tuesday, April 19, 2005, 8:56:03 AM, you wrote:
> Hi Sebastian,
> Sebastian Bergmann wrote: >> I am missing a ReflectionProperty::getDocComment() method in the >> Reflection API. At the moment only ReflectionClass, ReflectionFunction, >> and ReflectionMethod have such a method.
> I've got a patch since quite some time but found nobody with karma who commits > it or at least criticices it. Maybe now ;-) > http://anonsvn.schlueters.de/svn/phpatches/HEAD/reflectionProperty_getDocComment_via_CG.diff
You have had done better worked out patches lately :-) Best regards, Marcus