ReflectionClass::implementsInterface
(PHP 5)
ReflectionClass::implementsInterface — Implements interface
Descrizione
public bool ReflectionClass::implementsInterface
( string
$interface
)Checks whether it implements an interface.
Elenco dei parametri
-
interface -
The interface name.
Valori restituiti
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.
Vedere anche:
- ReflectionClass::isInterface() - Checks if the class is an interface
- ReflectionClass::isSubclassOf() - Checks if a subclass
- interface_exists() - Checks if the interface has been defined
- Object Interfaces
There are no user contributed notes for this page.
