ReflectionProperty::isAbstract

(PHP 8 >= 8.4.0)

ReflectionProperty::isAbstractDetermines if a property is abstract

说明

public ReflectionProperty::isAbstract(): bool

Determines if a property is abstract.

参数

此函数没有参数。

返回值

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