On 11 October 2012 12:46, Cal <c...@icical.net> wrote:
> For me the best solution would be a new keyword, equivalent to a "var"
> without write access from outside the class:

New keywords should not (will not) be introduced trivially, they can
cause massive headaches with backwards compatibility breaks, and
should be a last resort only when absolutely necessary.

Re-using existing keywords is the most logical solution. (i.e.
suggestions such as "public get" and "protected/private set")

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to