(PHP 8 >= 8.4.0)
ReflectionClass::getLazyInitializer — Gets lazy initializer
$object
Gets the lazy initializer or factory attached to object.
object
Returns the initializer if the object is an uninitialized lazy object, null otherwise.
null