ReflectionProperty::isProtected

(PHP 5, PHP 7)

ReflectionProperty::isProtectedChecks if property is protected

Beschreibung

public ReflectionProperty::isProtected ( void ) : bool

Checks whether the property is protected.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

TRUE if the property is protected, FALSE otherwise.

Siehe auch