Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13079 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24714 invoked by uid 1010); 30 Sep 2004 19:19:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24689 invoked by uid 1007); 30 Sep 2004 19:19:53 -0000 Message-ID: <20040930191953.24688.qmail@pb1.pair.com> To: internals@lists.php.net Date: Thu, 30 Sep 2004 21:19:12 +0200 User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 217.81.216.195 Subject: Re: declaring classes as static or final From: michael.virnstein@brodos.de (Michael Virnstein) > 1. static classes: > static classes can only contain static methods and attributes > what would be even easier than the above: if a class is declared "static" or "final static", the attributes and methods in that function are static by default, so you don't need to type static on every method and attribute. Regards, Michael