ReflectionMethod
PHP Manual

ReflectionMethod::isFinal

(PHP 5)

ReflectionMethod::isFinalChecks if method is final

説明

public bool ReflectionMethod::isFinal ( void )

Checks if the method is final.

パラメータ

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

返り値

TRUE if the method is final, otherwise FALSE

参考


ReflectionMethod
PHP Manual