Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4026 invoked from network); 14 May 2008 12:38:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2008 12:38:02 -0000 Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.226.6.51 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.226.6.51 darkcity.gna.ch Linux 2.6 Received: from [195.226.6.51] ([195.226.6.51:59207] helo=mail.gna.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/11-31980-72DDA284 for ; Wed, 14 May 2008 08:38:00 -0400 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 8CF98177D92; Wed, 14 May 2008 14:37:56 +0200 (CEST) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXh7zCB9; Wed, 14 May 2008 14:37:51 +0200 (CEST) Received: from [192.168.1.72] (84-75-132-140.dclient.hispeed.ch [84.75.132.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTP id E696A1408FC; Wed, 14 May 2008 14:37:50 +0200 (CEST) Message-ID: <482ADD1D.2040209@cschneid.com> Date: Wed, 14 May 2008 14:37:49 +0200 User-Agent: Thunderbird 1.5.0.12 (X11/20060911) MIME-Version: 1.0 To: RQuadling@GoogleMail.com CC: internals@lists.php.net References: <48169695.9040803@omegavortex.net> <489751132.20080506214551@marcus-boerger.de> <10845a340805070633q2316a598lc1a69f259c523341@mail.gmail.com> <92634160.20080512164700@marcus-boerger.de> <10845a340805120803k2587870bnf890ce44765f5e97@mail.gmail.com> <721653902.20080513155302@marcus-boerger.de> <4829A0C9.5050308@cschneid.com> <1629174644.20080514020633@marcus-boerger.de> <76FF1B4A-1CAB-407A-9E6D-41E8C1137FCB@cschneid.com> <10845a340805140348j15fa108dv6d616865779128c5@mail.gmail.com> In-Reply-To: <10845a340805140348j15fa108dv6d616865779128c5@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at gna.ch Subject: Re: [PHP-DEV] Class Properties in Interfaces? From: cschneid@cschneid.com (Christian Schneider) Richard Quadling wrote: > _IF_ the property was defined in an interface, should "unset" be > "allowed" to remove the property? a) Interfaces do not define attributes, they define a set of methods. b) If the above would be changed I still want to be able to shoot myself in the foot if I *explicitely* say so. - Chris