update pague now
PHP 8.5.2 Released!

ReflectionProperty::isAbstract

(PHP 8 >= 8.4.0)

ReflectionProperty::isAbstract Determines if a property is abstract

Description

public ReflectionProperty::isAbstract (): bool

Determines if a property is abstract .

Parameters

This function has no parameters.

Return Values

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

add a note

User Contributed Notes

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