Hi!

> These would also include automatic implementations which call the
> respective functions on the backing field.  I could see only allowing
> isset/unset automatic implementations if get/set were also specified
> as automatic implementations.

Another thing about that. The "automatic implementation" creates
variable starting with __. When exactly this happens - if all bodies are
not defined? Any of the bodies are not defined? What if I implement
interface like this:

interface iSampleInterface {
    public $MyProperty {
        get;
        set;
    }
}

Does this produce automatic __MyProperty or not?
-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to