ReflectionClass::implementsInterface
(PHP 5)
ReflectionClass::implementsInterface — Implements interface
Descrição
public bool ReflectionClass::implementsInterface
( string $interface
)
Checks whether it implements an interface.
Parâmetros
- interface
-
The interface name.
Valor Retornado
Retorna TRUE em caso de sucesso ou FALSE em falhas.
Veja Também
- ReflectionClass::isInterface() - Checks if interface
- interface_exists() - Checa se a interface foi definida
- Object Interfaces
There are no user contributed notes for this page.
