AW: [PHP-DEV] interface method visibility.

2005-11-16 Thread Matthias Pigulla
Jochem, the point with most of these issues is that there's no common understanding of what things like protected or static interface members mean; from an OO point of view, they make no sense, and I was only trying to explain why. Unless there is a common understanding what a certain language co

Re: AW: [PHP-DEV] interface method visibility.

2005-11-16 Thread Jochem Maas
Matthias Pigulla wrote: why does the engine care about the visibility of interface methods I declare? I understand the argument that interface methods only have 'meaning' when applied as public methods of objects - but thats rather academic and personally I can think of useful ways to abuse in

AW: [PHP-DEV] interface method visibility.

2005-11-16 Thread Matthias Pigulla
> why does the engine care about the visibility of interface > methods I declare? > I understand the argument that interface methods only have > 'meaning' when applied as public methods of objects - but > thats rather academic and personally I can think of useful > ways to abuse interfaces usin