ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyVerifica si una propiedad es perezosa

Descripción

public ReflectionProperty::isLazy(object $object): bool

Verifica si una propiedad es perezosa.

Parámetros

object
El objeto sobre el cual verificar la propiedad.

Valores devueltos

Devuelve true si la propiedad es perezosa, de lo contrario false.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top