ReflectionProperty::isPublic

(PHP 5, PHP 7)

ReflectionProperty::isPublicChecks if property is public

Descrierea

public ReflectionProperty::isPublic ( void ) : bool

Checks whether the property is public.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the property is public, FALSE otherwise.

A se vedea și