ReflectionClass::implementsInterface
(PHP 5)
ReflectionClass::implementsInterface — Implements 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::isInterface() - Checks if interface
- interface_exists() - Comprueba si una interfaz ha sido definida
- Object Interfaces
There are no user contributed notes for this page.
