ReflectionProperty
PHP Manual

ReflectionProperty::isProtected

(PHP 5, PHP 7)

ReflectionProperty::isProtectedChecks if property is protected

Descrierea

public bool ReflectionProperty::isProtected ( void )

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


ReflectionProperty
PHP Manual