(PHP 5, PHP 7)
Implements interface
public bool ReflectionClass::implementsInterface ( string $interface )
Checks whether it implements an interface.
Parameters:
interface
The interface name.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
ReflectionClass::isInterface() -
Please login to continue.