W3cubDocs

/PHP

ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyChecks whether a property is lazy

Description

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

Checks whether a property is lazy.

Parameters

object
The object to check the property on.

Return Values

Returns true if the property is lazy, false otherwise.

See Also

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionproperty.islazy.php