ReflectionProperty::isAbstract

(PHP 8 >= 8.4.0)

ReflectionProperty::isAbstractDetermines if a property is abstract

Descrizione

public ReflectionProperty::isAbstract(): bool

Determines if a property is abstract.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns true if the property is marked abstract, false otherwise.

Vedere anche:

add a note

User Contributed Notes

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