ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsDevuelve los argumentos pasados al atributo

Descripción

public ReflectionAttribute::getArguments(): array

Devuelve los argumentos pasados al atributo.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Los argumentos pasados al atributo.

add a note

User Contributed Notes

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