Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:485 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24790 invoked from network); 29 Mar 2003 21:28:12 -0000 Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.171) by pb1.pair.com with SMTP; 29 Mar 2003 21:28:12 -0000 Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18zNrs-0004ef-00; Sat, 29 Mar 2003 22:28:00 +0100 Received: from [217.80.180.200] (helo=[217.80.180.200]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18zNrs-0005em-00; Sat, 29 Mar 2003 22:28:00 +0100 To: Andrei Zmievski Cc: PHP Internals In-Reply-To: <20030329203729.GG23063@hyperion.gravitonic.com> References: <20030329203729.GG23063@hyperion.gravitonic.com> Content-Type: text/plain Organization: Message-ID: <1048973280.25691.719.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 29 Mar 2003 22:28:00 +0100 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Reflection API RFC From: thekid@thekid.de (Timm Friebe) On Sat, 2003-03-29 at 21:37, Andrei Zmievski wrote: > I have the first draft of PHP 5 reflection API ready. You can find it > at: > > http://www.gravitonic.com/software/php/reflection.txt > > Comments and suggestions are appreciated. * ClassType::getMethods([int flags]); I assume flags is a bitfield of private, public, protected, final and so on, defaulting to all of them? - Timm