ReflectionAttribute::getName
PHP Manual
PHP Manual»ReflectionAttribute»ReflectionAttribute::getName

ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameGets attribute name

Descrizione

public function ReflectionAttribute::getName(): string

Gets the attributes name.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The name of the attribute.

To Top