ReflectionMethod::isPublic

(PHP 5, PHP 7)

ReflectionMethod::isPublicChecks if method is public

Descrierea

public ReflectionMethod::isPublic ( ) : 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

add a note add a note

User Contributed Notes

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