Re: [PHP-DEV] Re: Interface inheritance

2004-04-19 Thread Jan Schneider
Zitat von Zeev Suraski <[EMAIL PROTECTED]>: At 13:01 19/04/2004, Christian Schneider wrote: Zeev Suraski wrote: Any method that implements (directly or indirectly) an interface method or an abstract method, will have implementation checks fully enforced, with an E_COMPILE_ERROR emitted in case o

[PHP-DEV] Re: Interface inheritance

2004-04-19 Thread Zeev Suraski
At 13:01 19/04/2004, Christian Schneider wrote: Zeev Suraski wrote: Any method that implements (directly or indirectly) an interface method or an abstract method, will have implementation checks fully enforced, with an E_COMPILE_ERROR emitted in case of an error. Excuse my ignorance: What is defi

[PHP-DEV] Re: Interface inheritance

2004-04-19 Thread Christian Schneider
Zeev Suraski wrote: Any method that implements (directly or indirectly) an interface method or an abstract method, will have implementation checks fully enforced, with an E_COMPILE_ERROR emitted in case of an error. Excuse my ignorance: What is defined as fully implementing the interface? I gues