ReflectionProperty::isLazy
(PHP 8 >= 8.4.0)
ReflectionProperty::isLazy — Checks 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.