Determine if an interface is implemented by an active application.
public hasInterface ( string $interface ) : mixed | ||
$interface | string | The interface to check for. |
return | mixed | The application implementing $interface if we have it, false if the interface is not implemented. |