ReflectionClass::implementsInterface

(PHP 5, PHP 7, PHP 8)

ReflectionClass::implementsInterfaceImplements interface

Description

public ReflectionClass::implementsInterface(ReflectionClass|string $interface): bool

Checks whether it implements an interface.

Parameters

interface

The interface name.

Return Values

Returns true on success or false on failure.

Errors/Exceptions

ReflectionClass::implementsInterface() throws an ReflectionException if interface is not an interface.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top