ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameGets attribute name

Description

publicReflectionAttribute::getName(): string

Gets the attributes name.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

The name of the attribute.

To Top