ReflectionProperty::isReadOnly

(PHP 8 >= 8.1.0)

ReflectionProperty::isReadOnlyChecks if property is readonly

Descripción

publicReflectionProperty::isReadOnly(): bool

Checks whether the property is readonly.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true if the property is readonly, false otherwise.

Ver también

To Top