phpbar.de logo

Mailinglisten-Archive

AW: [php] PHP5 :: Interface

AW: [php] PHP5 :: Interface

Andreas Demmer php at andreas-demmer.de
Fre Mar 11 13:30:39 CET 2005


Christoph schrieb am Freitag, 11. März 2005 13:05:

> Kennt da jemand eine Möglichkeit, vielleicht direkt eine Funktion?

instanceof ist Dein Freund:

if ( $this instanceof myInterface ) continue;
else throw new Exception ( $this . ' implementiert nicht myInterface!');

Gruß,
Andreas

-- 
http://www.andreas-demmer.de


php::bar PHP Wiki   -   Listenarchive