Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63348 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46055 invoked from network); 11 Oct 2012 12:43:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2012 12:43:02 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-ia0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:36088] helo=mail-ia0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/B2-32023-5DEB6705 for ; Thu, 11 Oct 2012 08:43:02 -0400 Received: by mail-ia0-f170.google.com with SMTP id e16so1344884iaa.29 for ; Thu, 11 Oct 2012 05:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hLVToHpFqMJu0NddRky1emcqD+UQEGQNQ/zFlLpW950=; b=chafmsS9YDO2ZwoPDjg/jE3+PXAsi+OlUMY4xwnos4pNhM4NqQl97m89D/1pnShJoS PCrkTKFfkxFYHd+Pilt4zTLvxCL/sJeqPnJ7SUO1SDik5u4bsxAU+/55WzELN98P/0PS qq1Qjnx2B2F2Kk66FklWpCZwERHmp3bcT1uDEMyIf5WSrUwAXUsZoK0avXDcDPVByHZJ i8jlEX2K8SpSX02aI7BRO6fwwclRKHM7WM6bDeUCKx7EjgaRknW1okjI18P2ptfy0dzK SGoSn3eUOkUhrr+TsCQ7k8PhF3fGZ5BHWPoZFOOtgS2mtOeoXBQf71FM6PIoflzOjxkl zwaw== MIME-Version: 1.0 Received: by 10.43.91.8 with SMTP id bk8mr527128icc.35.1349959378439; Thu, 11 Oct 2012 05:42:58 -0700 (PDT) Received: by 10.64.33.143 with HTTP; Thu, 11 Oct 2012 05:42:58 -0700 (PDT) In-Reply-To: References: <9570D903A3BECE4092E924C2985CE485612B3B48@MBX202.domain.local> <5073328D.5000002@gmail.com> <50735165.8010703@aaronholmes.net> <9570D903A3BECE4092E924C2985CE485612B4353@MBX202.domain.local> <760ab4f994a78a846cf86aafda71e0e2@mohiva.com> <9570D903A3BECE4092E924C2985CE485612B4EFE@MBX202.domain.local> <9570D903A3BECE4092E924C2985CE485612B4F63@MBX202.domain.local> Date: Thu, 11 Oct 2012 14:42:58 +0200 Message-ID: To: Sebastian Krebs Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Propety Accessors v1.1 From: pierre.php@gmail.com (Pierre Joye) hi, On Thu, Oct 11, 2012 at 2:16 PM, Sebastian Krebs wrote: > public read-only $hours { > get { /* .. */ } > set { /* .. */ } > } that should not be possible or it will be too complicated to document or to use. Combinations of the readonly option and a setter should not be possible. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org