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

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute

Опис

public function ReflectionAttribute::getArguments(): array

Gets arguments passed to attribute.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The arguments passed to attribute.

To Top