ReflectionProperty::getAttributes
(PHP 8)
ReflectionProperty::getAttributes — Gets Attributes
Beschreibung
$name = null, int $flags = 0): arrayReturns all attributes declared on this class property as an array of ReflectionAttribute.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
-
name -
-
flags -
Rückgabewerte
Array of attributes, as a ReflectionAttribute object.
Siehe auch
- ReflectionClass::getAttributes() - Gets Attributes
- ReflectionClassConstant::getAttributes() - Gets Attributes
- ReflectionFunctionAbstract::getAttributes() - Gets Attributes
- ReflectionParameter::getAttributes() - Gets Attributes

