(PHP 5, PHP 7)
Checks if method is protected
public bool ReflectionMethod::isProtected ( void )
Checks if the method is protected.
Returns:
TRUE
if the method is protected, otherwise FALSE
See also:
Please login to continue.