(PHP 5, PHP 7)
ReflectionClass::implementsInterface — Implements interface
Checks whether it implements an interface.
interface
The interface name.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.
ReflectionClass::implementsInterface() throws an
ReflectionException if interface
is not an interface.