php8.5
Home/ Manual/ reflection / reflectionproperty/ ReflectionProperty::isLazy

ReflectionProperty::isLazy

PHP function Edit on GitHub ✎

(PHP 8 >= 8.4.0)

Checks whether a property is lazy

Description

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

Source: reference/reflection/reflectionproperty/islazy.xml · from the official PHP manual (php/doc-en)