Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37500 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4630 invoked from network); 6 May 2008 16:40:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2008 16:40:17 -0000 Authentication-Results: pb1.pair.com header.from=jeremy@omegavortex.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jeremy@omegavortex.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain omegavortex.net from 207.210.105.196 cause and error) X-PHP-List-Original-Sender: jeremy@omegavortex.net X-Host-Fingerprint: 207.210.105.196 unknown Linux 2.5 (sometimes 2.4) (4) Received: from [207.210.105.196] ([207.210.105.196:33609] helo=vps.omegavortex.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/00-03521-0F980284 for ; Tue, 06 May 2008 12:40:17 -0400 Received: from adsl-226-31-196.bhm.bellsouth.net ([74.226.31.196] helo=[192.168.1.102]) by vps.omegavortex.net with esmtpa (Exim 4.68) (envelope-from ) id 1JtQCr-0005Jn-Qq; Tue, 06 May 2008 12:39:57 -0400 Message-ID: <482089D7.5010801@omegavortex.net> Date: Tue, 06 May 2008 11:39:51 -0500 Organization: Omega Vortex Corporation User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Marcus Boerger CC: "John Carter -X (johncart - PolicyApp Ltd at Cisco)" , Derick Rethans , internals@lists.php.net References: <48169695.9040803@omegavortex.net> <339714303.20080429114607@marcus-boerger.de> <7dd2dc0b0804290817v3d8de030y1208a88f78c44411@mail.gmail.com> <862660524.20080506162159@marcus-boerger.de> In-Reply-To: <862660524.20080506162159@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.omegavortex.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - omegavortex.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Class Properties in Interfaces? From: jeremy@omegavortex.net (Jeremy Privett) Marcus Boerger wrote: > A much shorter thing to do might be: > > interface Coord { > abstract $coord; > } > Something like that is exactly what I was looking for in my original question. I don't want to specify implementation details, I just want to ensure the property exists on the classes that implements the interface. (Type hinting support would be beautiful, too.) -- Jeremy Privett C.E.O. & C.S.A. Omega Vortex Corporation http://www.omegavortex.net Please note: This message has been sent with information that could be confidential and meant only for the intended recipient. If you are not the intended recipient, please delete all copies and inform us of the error as soon as possible. Thank you for your cooperation.