ReflectionProperty::isLazy
PHP Manual
PHP Manual»ReflectionProperty»ReflectionProperty::isLazy

ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyChecks whether a property is lazy

Descrizione

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

Checks whether a property is lazy.

Elenco dei parametri

object
The object to check the property on.

Valori restituiti

Returns true if the property is lazy, false otherwise.

Vedere anche:

To Top