Php/docs/reflectionproperty.isprotected

From Get docs

ReflectionProperty::isProtected

(PHP 5, PHP 7)

ReflectionProperty::isProtectedChecks if property is protected


Description

public ReflectionProperty::isProtected ( ) : bool

Checks whether the property is protected.


Parameters

This function has no parameters.


Return Values

TRUE if the property is protected, FALSE otherwise.


See Also