ReflectionMethod::isPublic

(PHP 5, PHP 7)

ReflectionMethod::isPublicChecks if method is public

Descrierea

public ReflectionMethod::isPublic ( void ) : bool

Checks if the method is public.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the method is public, otherwise FALSE

A se vedea și