ReflectionProperty::isAbstract
PHP Manual
PHP Manual»ReflectionProperty»ReflectionProperty::isAbstract

ReflectionProperty::isAbstract

(PHP 8 >= 8.4.0)

ReflectionProperty::isAbstractDetermines if a property is abstract

Descrizione

public function 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:

To Top