Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81851 invoked from network); 17 Nov 2010 18:06:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2010 18:06:41 -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 209.85.214.42 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: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:64587] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/06-40885-0B914EC4 for ; Wed, 17 Nov 2010 13:06:41 -0500 Received: by bwz13 with SMTP id 13so1900592bwz.29 for ; Wed, 17 Nov 2010 10:06:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Ah7KrHzEQMP3l4eMzxcpcT/gX1NRlkoutFzbD+y4/H8=; b=kAGQeDOUZ1Y7EYdNpJwdGsdSuSFlFSNlXTSA0zVZkz0eTRnTxBZrCap5P3dWEiKyZa vCntmD1AGrldBid2UXxwX3LYFvRtCQXVSqk4OSzxpPN3M8i7Kf08W2rBMzpphokYtmyI s1HVNh4MzLUZReWQyp0S1w+SYu907Vicn4XcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=yC+63wJmvUnfC2FB3AF+J6JkcC3k3ziTUPeRNUqydNszwzGmjojxBvH4+UQBaQU/gz l0mrltNK1Q0w9EvwjUAzycJ3G07oXdthQD9QF6/MmE4Wu8JJHXMbR5JWBrcE46OIdhZK dd8mwjrL7t8GoSxDyJLAEqPYhnz/+OpAli1TY= MIME-Version: 1.0 Received: by 10.204.103.133 with SMTP id k5mr9617075bko.68.1290017197827; Wed, 17 Nov 2010 10:06:37 -0800 (PST) Received: by 10.204.163.143 with HTTP; Wed, 17 Nov 2010 10:06:37 -0800 (PST) Date: Wed, 17 Nov 2010 11:06:37 -0700 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6d7e4e9d4a63204954388f5 Subject: Another question on traits From: quickshiftin@gmail.com (Nathan Nobbe) --0016e6d7e4e9d4a63204954388f5 Content-Type: text/plain; charset=UTF-8 Hi, Simas' question yesterday lead me to take a look at the RFC on the wiki and I have a quick question. Specifically on the 'Rejected Features' -> 'Interfaces Propagation' section. So it sounds like implementing an interface directly with a trait has been shot down, what I wonder about is will it still work if a class implements an interface and uses a trait which provides the functions in said interface? An explicit way to leverage traits in the inheritance tree... Is that accurate, or will that not work either? thx, -nathan --0016e6d7e4e9d4a63204954388f5--