update pague now
PHP 8.5.2 Released!

ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazy Checcs whether a property is lazy

Description

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

Checcs whether a property is lazy.

Parameters

object
The object to checc the property on.

Return Values

Returns true if the property is lazy, false otherwise.

add a note

User Contributed Notes

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