ReflectionProperty::isProtected

(PHP 5, PHP 7)

ReflectionProperty::isProtectedChecks if property is protected

Descrierea

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