Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37308 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38054 invoked from network); 29 Apr 2008 16:14:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Apr 2008 16:14:14 -0000 Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:33793] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/09-26601-55947184 for ; Tue, 29 Apr 2008 12:14:14 -0400 Received: by fg-out-1718.google.com with SMTP id 22so51678fge.23 for ; Tue, 29 Apr 2008 09:14:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=sxCWh6WDN1BhDY4zNCOHAdriBJk5BZkfYi9Mn/YlK9A=; b=cxGqPRajGUhR4cljihFSRr5LD/4Nc7bjonrSnGI1rprnUNzHlcRqZ0J1tvX6mHhfOralmSgtjAg5tOCeVR9WZ68lLuMm4bbYTHP/NXkK2lRH2tymvxZ3tcl6U2Yw/1G1Sw2L1WHaycp7yjtfUbugha36d/dYHkjy+rJkMJu5cxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=AgUL7jV+o9y5p+pro7oMIXwJHeru2cSQ30It/VD13u5zfIiiJX7oPLN11rkVRXcjajGbbc56xSE1H4OcNSxH9VOQwsASFcsIdhA4xsvcnU+txvQ+c/p3azn1GLipb5aiLG+4AV/4X1vn5Nu5Bbo4omcUs4gqd4UO/r5GpDmTWZw= Received: by 10.86.49.6 with SMTP id w6mr9495579fgw.41.1209485650096; Tue, 29 Apr 2008 09:14:10 -0700 (PDT) Received: by 10.86.59.15 with HTTP; Tue, 29 Apr 2008 09:14:10 -0700 (PDT) Message-ID: <7dd2dc0b0804290914k7f9ac686ic11074876ca1acca@mail.gmail.com> Date: Tue, 29 Apr 2008 10:14:10 -0600 To: "John Carter -X (johncart - PolicyApp Ltd at Cisco)" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13772_7136750.1209485650087" References: <48169695.9040803@omegavortex.net> <339714303.20080429114607@marcus-boerger.de> <7dd2dc0b0804290817v3d8de030y1208a88f78c44411@mail.gmail.com> Subject: Re: Re: [PHP-DEV] Class Properties in Interfaces? From: quickshiftin@gmail.com ("Nathan Nobbe") ------=_Part_13772_7136750.1209485650087 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, Apr 29, 2008 at 9:51 AM, John Carter -X (johncart - PolicyApp Ltd at Cisco) wrote: > The article explicitly mentions OOP interfaces in a few languages. my bad. > But > the article, or for that matter any formal definition of an interface > isn't really what I asked about: > > My question was simply: why can't interfaces have properties? when you say properties, do you mean a particular set of methods map to a particular instance variable, as getters and setters (i saw that definition from Sebastian earlier)? if thats the case than interfaces cant have properties because they require instance variables. -nathan ------=_Part_13772_7136750.1209485650087--