ReflectionClass::getLazyInitializer

(PHP 8 >= 8.4.0)

ReflectionClass::getLazyInitializerGets lazy initializer

Açıklama

public ReflectionClass::getLazyInitializer(object $object): ?callable

Gets the lazy initializer or factory attached to object.

Bağımsız Değişkenler

object
The object from which to get the initializer.

Dönen Değerler

Returns the initializer if the object is an uninitialized lazy object, null otherwise.

Ayrıca Bakınız