ReflectionClass::implementsInterface
インターフェイスの実装を調べる
説明
public bool ReflectionClass::implementsInterface(ReflectionClassstring $interface
)
パラメータ
-
interface
-
インターフェイスの名前。
戻り値
成功した場合に true
を、失敗した場合に false
を返します。
エラー / 例外
ReflectionClass::implementsInterface は、
interface
がインターフェイスでない場合に
ReflectionException をスローします。
参考
- ReflectionClass::isInterface
- ReflectionClass::isSubclassOf
- interface_exists
- オブジェクト インターフェイス