ReflectionClass::getLazyInitializer

(PHP 8 >= 8.4.0)

ReflectionClass::getLazyInitializer β€” Devuelve el inicializador perezoso

DescripciΓ³n

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

Devuelve el inicializador perezoso o la fΓ‘brica asociada a object.

ParΓ‘metros

object
El objeto a partir del cual obtener el inicializador.

Valores devueltos

Devuelve el inicializador si el objeto es un objeto perezoso no inicializado, null en caso contrario.

Ver tambiΓ©n

οΌ‹add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top