PHP 8.4.0 RC4 available for testing

ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyChecks whether a property is lazy

Beschreibung

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

Checks whether a property is lazy.

Parameter-Liste

object
The object to check the property on.

Rückgabewerte

Returns true if the property is lazy, false otherwise.

Siehe auch

add a note

User Contributed Notes

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