Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91257 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82168 invoked from network); 17 Feb 2016 19:05:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2016 19:05:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=kgessner@etsy.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kgessner@etsy.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain etsy.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: kgessner@etsy.com X-Host-Fingerprint: 209.85.220.182 mail-qk0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:34477] helo=mail-qk0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/5D-17120-094C4C65 for ; Wed, 17 Feb 2016 14:05:52 -0500 Received: by mail-qk0-f182.google.com with SMTP id x1so9754785qkc.1 for ; Wed, 17 Feb 2016 11:05:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=etsy.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yQUsldl5P+ryXqak3tFnIkfLY1feOuDX7h8zjGvoUSg=; b=LQN1RjRTZFSzZmCeCrUYLj/nPh7UMNa/hrfoxygP2TwCp+OF3JOIeEP3LDu/6DYQls jaTzKA5sZoEGGRqe7Ec8v0UlwIppJBAHEmntWBZymcBo4FJ6JOzO9FqzIv7LCJOpYuBA nfbGKhdsKmyZ1xiOqpdJaq9+CE/qrkHmKjJyE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=yQUsldl5P+ryXqak3tFnIkfLY1feOuDX7h8zjGvoUSg=; b=FmT3lpkdvVaYxTZ5kwctK8x/EuBh6Bw7FrJb6TutRvUGphi9bpx1AT0PdV8ftluc1C O0HtDGe4Gwu/5OILgCMjwF4vG1imJI6uq8b95ZE+FyRaBCtSv3Dey3ncJ8YqB6rUJeK2 kow9XpG2GvDWyG8jw9Cw3+JxI2TWKSPVZbLuJ17ZMHSopPYgyrYqkbKKlxTaWQ3A0/5Z LGqHk8T1GqiOKXbcagZCFz6HPZ8duHIrPIVDC/nUazXiJWWJbnx/od9ioULgyEZxxOYG J/pYI1tFYcXOjfYuamQzl7riL6ucgDa5A+t7b4LSbPRTNlpavKsY1UrEeC2jrH1szKUi eSDA== X-Gm-Message-State: AG10YOT3XkDz73bQ4I3dd+GhOXuC1esnoXxnM19PMP/DX2y77On2V/oNvxqEx6PlBFRbGw5Efv+IruvyahfuFxiK MIME-Version: 1.0 X-Received: by 10.55.31.160 with SMTP id n32mr3960524qkh.11.1455735947067; Wed, 17 Feb 2016 11:05:47 -0800 (PST) Received: by 10.55.165.198 with HTTP; Wed, 17 Feb 2016 11:05:46 -0800 (PST) In-Reply-To: References: Date: Wed, 17 Feb 2016 14:05:46 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a1147a8ec0336e7052bfbf039 Subject: Re: [RFC] Traits with interfaces From: kgessner@etsy.com (Kevin Gessner) --001a1147a8ec0336e7052bfbf039 Content-Type: text/plain; charset=UTF-8 On Wed, Feb 17, 2016 at 9:25 AM, Kevin Gessner wrote: > Hello internals team! I'd like to propose an RFC to allow traits to > implement interfaces. > I've created a proper RFC wiki page here with the draft: https://wiki.php.net/rfc/traits-with-interfaces It includes more detail and several example code snippets. Thanks all for your feedback so far. --001a1147a8ec0336e7052bfbf039--