CakeFest 2024: The Official CakePHP Conference

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute

Beschreibung

public ReflectionAttribute::getArguments(): array

Gets arguments passed to attribute.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The arguments passed to attribute.

add a note

User Contributed Notes

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