Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68866 invoked from network); 21 Oct 2012 15:25:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2012 15:25:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:49329] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/63-22055-20414805 for ; Sun, 21 Oct 2012 11:25:55 -0400 Received: by mail-lb0-f170.google.com with SMTP id gm13so1267673lbb.29 for ; Sun, 21 Oct 2012 08:25:52 -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=XXgvcQGJtn9Cj3ZIqyp1jz/7CcxMs+b1WAiEjSFR0NA=; b=yrJoibpBiNokJ+rN7NItd6AGZbWEE5lNoDc0QHURk17zfZUBEoEwbA3hsfqVJUSUPR y3QHll8PcW84adflsXyJk98o+3Jbnh2lSTO+3ZSzubj//IBRvjy1tdg1Dd4f81ZpimKP mT3xJ0G+9AmDsTwqK0/DVWh0xLDJeqU8Fx6mCoDWYda3gAKO48k+GnBE7nL2O3sTVmTc yaYZ2OCRRdm7cArQD3prvbPttWqcDVCkui00FmW1TXFLzHWE+CtcF0SWG+Yn5JbLzrp7 Jg8qDX7nLVHbXDbSQZne98JH0AjNC+d42xQ0Zg7yaa68CKopxJ/WE6nKtKqwLLjeUMy2 RdDg== MIME-Version: 1.0 Received: by 10.152.108.37 with SMTP id hh5mr5942753lab.52.1350833151929; Sun, 21 Oct 2012 08:25:51 -0700 (PDT) Received: by 10.112.36.39 with HTTP; Sun, 21 Oct 2012 08:25:51 -0700 (PDT) In-Reply-To: References: <9570D903A3BECE4092E924C2985CE485612C2595@MBX214.domain.local> Date: Sun, 21 Oct 2012 09:25:51 -0600 Message-ID: To: Amaury Bouchard Cc: Nikita Popov , Clint Priest , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Accessors : read-only / write-only keywords From: morrison.levi@gmail.com (Levi Morrison) > If for some reason you need to enforce that nobody inherits it > and sets the property, then declaring a setter and issuing an > error or exception would suffice. I meant to say declaring a `private or final setter`. Noticed that after I sent it.