ReflectionAttribute::newInstance

(PHP 8)

ReflectionAttribute::newInstanceInstantiates the attribute class represented by this ReflectionAttribute class and arguments

Beschreibung

publicReflectionAttribute::newInstance(): object

Instantiates the attribute class represented by this ReflectionAttribute class and arguments.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

New instance of the attribute.

To Top