ReflectionProperty::isProtected

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isProtectedChecks if property is protected

Descrição

public ReflectionProperty::isProtected(): bool

Checks whether the property is protected.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

true if the property is protected, false otherwise.

Veja Também