ReflectionClass::implementsInterface
(PHP 5)
ReflectionClass::implementsInterface — Implements interface
Beschreibung
public bool ReflectionClass::implementsInterface
( string $interface
)
Checks whether it implements an interface.
Parameter-Liste
- interface
-
The interface name.
Rückgabewerte
Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
Siehe auch
- ReflectionClass::isInterface - Checks if interface
- interface_exists() - Checks if the interface has been defined
- Object Interfaces
ReflectionClass::implementsInterface
There are no user contributed notes for this page.
