ReflectionProperty::getAttributes

(PHP 8)

ReflectionProperty::getAttributesGets Attributes

Description

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

Returns all attributes declared on this class property 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.