[PHP] Re: Class Interfaces

2003-02-09 Thread rush
"Laborda" <[EMAIL PROTECTED]> wrote in message 005201c2cfe9$47c704b0$ad629c40@galaxy">news:005201c2cfe9$47c704b0$ad629c40@galaxy... > > Hello, > > I have a question.. Does PHP have support for Class Interfaces declaration? > What in Java would be: > > ? If not, how can I do this?.. Thanks a lot. W

[PHP] Re: Class Interfaces

2003-02-08 Thread Justin Garrett
Nope. You're stuck with straight single inheritance for now. Justin Garrett "Laborda" <[EMAIL PROTECTED]> wrote in message 005201c2cfe9$47c704b0$ad629c40@galaxy">news:005201c2cfe9$47c704b0$ad629c40@galaxy... > > Hello, > > I have a question.. Does PHP have support for Class Interfaces declaratio