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