ReflectionProperty::isProtected

(PHP 5, PHP 7)

ReflectionProperty::isProtectedChecks if property is protected

Descrierea

public ReflectionProperty::isProtected ( void ) : bool

Checks whether the property is protected.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the property is protected, FALSE otherwise.

A se vedea și