Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85019 invoked from network); 13 Jun 2009 21:16:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2009 21:16:10 -0000 X-Host-Fingerprint: 129.11.219.28 clarence-dock-pc219-028.student-halls.leeds.ac.uk Received: from [129.11.219.28] ([129.11.219.28:12515] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/8E-12802-717143A4 for ; Sat, 13 Jun 2009 17:16:08 -0400 Message-ID: To: internals@lists.php.net Date: Sat, 13 Jun 2009 22:16:05 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 129.11.219.28 Subject: re Access Modifiers From: michael@mjburgess.co.uk (Michael) Now that there's namespaces are we getting access modifiers on class/functions ? eg. namespace Foo; private function bar() { } public class Baz { } ------- Michael