ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute.

Описание

public ReflectionAttribute::getArguments(): array

Gets arguments passed to attribute.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

The arguments passed to attribute.

add a note add a note

User Contributed Notes

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