(PHP 5, PHP 7)
Checks if property is protected
public bool ReflectionProperty::isProtected ( void )
Checks whether the property is protected.
Returns:
TRUE
if the property is protected, FALSE
otherwise.
See also:
ReflectionProperty::isPublic() -
Please login to continue.