ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameGets attribute name

Descripción

public ReflectionAttribute::getName(): string

Gets the attributes name.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

The name of the attribute.

add a note

User Contributed Notes

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