Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44131 invoked from network); 17 Nov 2010 06:32:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2010 06:32:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=simast@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simast@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.177 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: simast@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qy0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:42781] helo=mail-qy0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/30-40885-D0773EC4 for ; Wed, 17 Nov 2010 01:32:46 -0500 Received: by qyk2 with SMTP id 2so573293qyk.8 for ; Tue, 16 Nov 2010 22:32:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=zw+UwBr/5fhA21VQSv0FutERGqUn0CZSmkU5MOY+bpU=; b=XZGD6Tz/DXwkB73JXQN9wGKZajDiG02e7Q2wwg/xDGI35ApFsYrvIWiyejwoAyLTdL A2HgtToeInMCQIA+MJLSKkzVhMU3bkHeFAGpyhEu0UEtx+hw8Pg1lPtZ+IVGPGmM2JHp 1l/fO2vVwZvRG9AYaFutO2NnwK/+fRQLv+ZpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TSFvEwOHRUOntHqa+0hfvBdd5v+AaUWZVCDoxFD7fN9DNlRFikbtxqJ4wvLuYxcD47 JKJtnxla5zKr8iW0XN0c+ohHlN7bjUjcMf/QafRxq1UeCqbK9yOyvpdgczUyYNc8bGMX nxzLl4c4RgDdFvLhfTvrn7wHFlcxSGLXalAgc= MIME-Version: 1.0 Received: by 10.229.217.133 with SMTP id hm5mr7035101qcb.258.1289975563058; Tue, 16 Nov 2010 22:32:43 -0800 (PST) Received: by 10.229.250.77 with HTTP; Tue, 16 Nov 2010 22:32:42 -0800 (PST) In-Reply-To: References: Date: Wed, 17 Nov 2010 08:32:42 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016361e81a2347f48049539d73a Subject: Re: [PHP-DEV] Traits and static methods From: simast@gmail.com (Simas Toleikis) --0016361e81a2347f48049539d73a Content-Type: text/plain; charset=UTF-8 Hi Stefan, Following the motto 'it is just compiler assisted copy and paste' I think > it should be implemented. > Alright then, I am sure someone will find more uses for static methods in Traits like factories/utilities (especially if traits can be made to work with late static binding). I assume this will be implemented in one way or another before or after first 5.4 alphas! :) /Simas --0016361e81a2347f48049539d73a--