Hello Stanislav,

  where is the relation between __isset and __get/set/unset?

marcus

Wednesday, January 4, 2006, 12:32:29 PM, you wrote:

MB>>>  but that is a way of having __call that obviously doesn't fit the real
MB>>>world. In a real world application i only implement a few things with call
MB>>>and dislike having all the others implemented automatically also. And the
MB>>>i have to care about error generation while the engine could help me a lot
MB>>>so that my error messages look and behave just like they would if there
MB>>>is no __call. But that would indeed require some __exists() or
MB>>>__implemented() support().

> Nothing prevents you from having __implemented or __whateveryoulike. 
> However, I don't see how engine could know beforehand if your __call would 
> succeed or not, so __implemented has no relation whatsoever to __call, 
> unless you make this relation in your code - and engine can't know you 
> did.




Best regards,
 Marcus

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

Reply via email to