ReflectionMethod
PHP Manual

ReflectionMethod::isPublic

(PHP 5)

ReflectionMethod::isPublicChecks if method is public

Opis

public bool ReflectionMethod::isPublic ( void )

Checks if the method is public.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the method is public, otherwise FALSE

Zobacz też:


ReflectionMethod
PHP Manual