ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyChecks whether a property is lazy

Descrição

public ReflectionProperty::isLazy(object $object): bool

Checks whether a property is lazy.

Parâmetros

object
The object to check the property on.

Valor Retornado

Returns true if the property is lazy, false otherwise.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top