ReflectionProperty::isProtected

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isProtectedChecks if property is protected

Descrizione

public ReflectionProperty::isProtected(): bool

Checks whether the property is protected.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if the property is protected, false otherwise.

Nota: Note this refers only to the main visibility, and not to a set-visibility, if specified.

Vedere anche: