ReflectionFunctionAbstract::getAttributes
(PHP 8)
ReflectionFunctionAbstract::getAttributes — Gets Attributes
Beschreibung
$name
= null
, int $flags
= 0): arrayReturns all attributes declared on this function or method 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
- ReflectionParameter::getAttributes() - Gets Attributes
- ReflectionProperty::getAttributes() - Gets Attributes