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