ReflectionClass
PHP Manual

ReflectionClass::implementsInterface

(PHP 5)

ReflectionClass::implementsInterfaceImplements interface

Описание

public bool ReflectionClass::implementsInterface ( string $interface )

Checks whether it implements an interface.

Список параметров

interface

The interface name.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Смотрите также


ReflectionClass
PHP Manual