ReflectionAttribute::newInstance

(PHP 8)

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

Описание

public ReflectionAttribute::newInstance(): object

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

Список параметров

У этой функции нет параметров.

Возвращаемые значения

New instance of the attribute.

add a note add a note

User Contributed Notes

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