Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16037 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79430 invoked by uid 1010); 19 Apr 2005 22:06:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79415 invoked from network); 19 Apr 2005 22:06:29 -0000 Received: from unknown (HELO marcus-boerger.de) (127.0.0.1) by localhost with SMTP; 19 Apr 2005 22:06:29 -0000 X-Host-Fingerprint: 81.169.182.136 h59705.serverkompetenz.net Linux 2.4/2.6 Received: from ([81.169.182.136:53555] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 7B/C9-45122-3E085624 for ; Tue, 19 Apr 2005 18:06:27 -0400 Received: from baumbart.mbo (dsl-082-083-246-157.arcor-ip.net [82.83.246.157]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 7C7DF35C1DB; Wed, 20 Apr 2005 00:13:55 +0200 (CEST) Date: Wed, 20 Apr 2005 00:06:23 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1003423645.20050420000623@marcus-boerger.de> To: Johannes Schlueter Cc: Sebastian Bergmann , internals@lists.php.net In-Reply-To: <200504190856.03819.johannes@php.net> References: <200504190856.03819.johannes@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Missing ReflectionProperty::getDocComment() From: mail@marcus-boerger.de (Marcus Boerger) 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