ReflectionProperty::isAbstract
(PHP 8 >= 8.4.0)
ReflectionProperty::isAbstract — Determines if a property is abstract
Açıklama
public ReflectionProperty::isAbstract():
bool
Determines if a property is
abstract.
Bağımsız Değişkenler
Bu işlevin bağımsız değişkeni yoktur.
Dönen Değerler
Returns true
if the property is marked abstract
, false
otherwise.