ReflectionMethod::isFinal
(PHP 5)
ReflectionMethod::isFinal — Checks if method is final
说明
public bool ReflectionMethod::isFinal
( void
)
Checks if the method is final.
参数
此函数没有参数。
返回值
TRUE if the method is final, otherwise FALSE
There are no user contributed notes for this page.
