ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyChecks whether a property is lazy

説明

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

Checks whether a property is lazy.

パラメータ

object
The object to check the property on.

戻り値

Returns true if the property is lazy, false otherwise.

参考

add a note

User Contributed Notes

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