CakeFest 2024: The Official CakePHP Conference

ReflectionMethod::isFinal

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isFinalfinal メソッドであるかどうかを調べる

説明

public ReflectionMethod::isFinal(): bool

final メソッドであるかどうかを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

final メソッドである場合に true、それ以外の場合に false を返します。

参考

  • ReflectionMethod::isStatic()

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top