ReflectionProperty::isProtected
(PHP 5, PHP 7, PHP 8)
ReflectionProperty::isProtected — Checks if property is protected
Descrição
public ReflectionProperty::isProtected():
bool
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
true
if the property is protected, false
otherwise.