> If you just want an attribute that is:
> - readable from everywhere
> - writable from the current class only

I believe the RFC sugests:

public $a {
    private set;
}

Would be enough, if I understand correctly...

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

Reply via email to