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
declaration?
> What in Java would be:
>
> public interface MyInterface {
>     final String aString = "Str";
>     final String oString = "String";
>     void aFunction(String inter, double face);
> }
>
> ? If not, how can I do this?.. Thanks a lot.
>
> Laborda.-
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to