ReflectionAttribute::newInstance

(PHP 8)

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

Açıklama

public ReflectionAttribute::newInstance(): object

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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