ReflectionClassConstant::isFinal
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.1.0)
Checks if class constant is final
Description
ReflectionClassConstant::isFinal(): bool
Checks if the class constant is final.
Parameters Parameters
Return Values
true if the class constant is final, otherwise false
See Also
ReflectionClassConstant::isPublicReflectionClassConstant::isPrivateReflectionClassConstant::isProtected