On Sun, May 25, 2008 at 8:28 PM, Michael B Allen <[EMAIL PROTECTED]> wrote:
> Is there an interface for:
>
>  interface ???
>  {
>      public function __get($name);
>      public function __set($name, $value);
>      public function __isset($name);
>      public function __unset($name);
>  }
>
> I have a bunch of classes that use this and I'm trying to normalize
> things. I'm been trying to think of a good name for it but I'm
> stumped.
>
> What would you call this interface?

magic.

And since this is not an internals question it should have been posted
to the general user list..

-Hannes

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

Reply via email to