ReflectionProperty::getAttributes

(PHP 8)

ReflectionProperty::getAttributesGets Attributes

Descripción

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

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

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

name

flags

Valores devueltos

Array of attributes, as a ReflectionAttribute object.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top