ReflectionProperty::isPublic

(PHP 5, PHP 7)

ReflectionProperty::isPublicChecks if property is public

Descrierea

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