ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute

Açıklama

publicReflectionAttribute::getArguments(): array

Gets arguments passed to attribute.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The arguments passed to attribute.

To Top