On 10 October 2012 08:46, Bernhard Schussek <bschus...@gmail.com> wrote:

> Second, I'd like to throw in the idea of array accessors. I mentioned
> this before, but did not get any response.
>
> public $Addresses {
>     offsetSet($offset, $value) { ... }
>     offsetGet() { ... }
>     offsetUnset($offset) { ... }
>     offsetExists($offset) { ... }
> }

Definitely on the "nice to have" list.

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

Reply via email to