ReflectionAttribute::getArguments
PHP Manual
PHP Manual»ReflectionAttribute»ReflectionAttribute::getArguments

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute

Açıklama

public function ReflectionAttribute::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