Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35650 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19933 invoked by uid 1010); 20 Feb 2008 11:25:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19917 invoked from network); 20 Feb 2008 11:25:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2008 11:25:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=markus@fischer.name; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=markus@fischer.name; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fischer.name from 213.164.23.137 cause and error) X-PHP-List-Original-Sender: markus@fischer.name X-Host-Fingerprint: 213.164.23.137 mail.netcare.at Linux 2.6 Received: from [213.164.23.137] ([213.164.23.137:11295] helo=netcare.at) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/F2-30965-C2E0CB74 for ; Wed, 20 Feb 2008 06:25:32 -0500 Received: (qmail 11087 invoked from network); 20 Feb 2008 11:25:26 -0000 X-Virus-Scanned: by amavis-ng-0.1.6.4-03dc on mail.netcare.at Received: from [10.15.10.15] ([10.15.10.15]) by mail.netcare.at ([10.16.0.40]) with ESMTP via TCP; 20 Feb 2008 11:25:24 -0000 Message-ID: <47BC0E24.9080904@fischer.name> Date: Wed, 20 Feb 2008 12:25:24 +0100 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: internals@lists.php.net References: <001c01c87264$3c01b4e0$b4051ea0$@de> <47BC0B63.80803@fischer.name> In-Reply-To: <47BC0B63.80803@fischer.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Traits for PHP / Reflection From: markus@fischer.name (Markus Fischer) Markus Fischer wrote: > generally asking, how would Reflection act on traits? Can this be > detected or will the information be lost after a class has been > assembled? E.g. detect if a certain method comes from a trait and which > one? Dammit, sorry, I didn't intended to send it to all individuals. - Markus