(PHP 5, PHP 7)
ReflectionClass::implementsInterface — Implements interface
Checks whether it implements an interface.
interfaceThe interface name.
Returns TRUE on success or FALSE on failure.
ReflectionClass::implementsInterface() throws an
ReflectionException if interface
is not an interface.