php8.5
Home/ Manual/ reflection / reflectionproperty/ ReflectionProperty::isAbstract

ReflectionProperty::isAbstract

PHP function Edit on GitHub ✎

(PHP 8 >= 8.4.0)

Determines if a property is abstract

Description

ReflectionProperty::isAbstract(): bool

Determines if a property is abstract.

Parameters Parameters

Return Values

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

See Also

Source: reference/reflection/reflectionproperty/isabstract.xml · from the official PHP manual (php/doc-en)