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

Прогляньте Також

add a note add a note

User Contributed Notes

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