Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22017 invoked by uid 1010); 12 Feb 2005 11:52:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22002 invoked from network); 12 Feb 2005 11:52:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2005 11:52:02 -0000 X-Host-Fingerprint: 81.58.153.132 dslam132-153-58-81.adsl.versatel.nl Received: from ([81.58.153.132:11181] helo=127.0.0.1) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id 47/45-37098-1EDED024 for ; Sat, 12 Feb 2005 06:52:01 -0500 Received: from [127.0.0.1] by 127.0.0.1 (ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.6.1a)); Sat, 12 Feb 2005 12:54:41 +0100 To: "'Andi Gutmans'" , "'Marcus Boerger'" Cc: "'Sean Coates'" , "'Ante Drnasin'" , Date: Sat, 12 Feb 2005 12:54:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <5.1.0.14.2.20050211142333.02095c00@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 thread-index: AcUQiGsyvxCJqdDZQLyxmkVA760wpQAcPvWQ Message-ID: Subject: RE: [PHP-DEV] Autoboxing in php 5.1 From: D.Kingma@jool.nl ("David Kingma | jool.nl") References: <5.1.0.14.2.20050211142333.02095c00@localhost> > -----Original Message----- > Can't you use the reflection API to get the data? Not yet. My first feature request would be to add a getDocComment() to the ReflectionProperty class. You can generate a WSDL file using the reflection API but for the xml-schema part of the wsdl file you have to manually read the sourcecode and find the comment prepending a class property (tokenizer or regex) :( Regards, David > At 11:19 PM 2/11/2005 +0100, Marcus Boerger wrote: > >Hello Andi, > > > >Friday, February 11, 2005, 8:51:16 PM, you wrote: > > > > > At 01:33 PM 2/11/2005 -0500, Sean Coates wrote: > > >>Andi Gutmans wrote: > > >>>I think phpDoc is the solution because especially as we > start going > > >>>into the web services realm we're going to need to document more > > >>>complex signatures and this kind of syntax won't be > sufficient anyway. > > >>>We will need to have a way to document web services so > that we can > > >>>auto-generate WSDL files. > > >> > > >>It would be nice to be able to (optionally) parse phpdoc comments > > >>with the reflection API (not only return the docComment, but also > > >>parse it into appropriate pieces), if this is going to be > the "official" way to do this. > > >> > > >>Note: I'm not making any demands... just an idea/request. > > > > > Yes, that could be nice. Maybe someone will write an > ext/docComment. > > > Shouldn't be too hard. > > > >We'd need a new engine function pointer, one that allows to > interpret > >every docComment grabbed from the script :-) > > > > > >-- > >Best regards, > > Marcus mailto:helly@php.net > > -- > PHP Internals - PHP Runtime Development Mailing List To > unsubscribe, visit: http://www.php.net/unsub.php > >