php / 8.1.5 / reflectionclass.getattributes.html /

ReflectionClass::getAttributes

(PHP 8)

ReflectionClass::getAttributesGets Attributes

Description

public ReflectionClass::getAttributes(?string $name = null, int $flags = 0): array

Returns all attributes declared on this class as an array of ReflectionAttribute.

Warning

This function is currently not documented; only its argument list is available.

Parameters

name
flags

Return Values

Array of attributes, as a ReflectionAttribute object.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionclass.getattributes.php