ReflectionClass
PHP Manual

ReflectionClass::implementsInterface

(PHP 5)

ReflectionClass::implementsInterfaceImplements interface

Descripción

public bool ReflectionClass::implementsInterface ( string $interface )

Checks whether it implements an interface.

Parámetros

interface

The interface name.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también


ReflectionClass
PHP Manual