ReflectionMethod::isProtected

(PHP 5)

ReflectionMethod::isProtectedChecks if method is protected

Опис

public bool ReflectionMethod::isProtected ( void )

Checks if the method is protected.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the method is protected, otherwise FALSE

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

add a note add a note

User Contributed Notes

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