(PHP 8 >= 8.4.0)
ReflectionProperty::isLazy — 检查属性是否为延迟加载
$object
检查属性是否为延迟加载。
object
如果属性为延迟加载,则返回 true,否则返回 false。
true
false