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

ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameDevuelve el nombre del atributo

Descripción

public function ReflectionAttribute::getName(): string

Devuelve el nombre del atributo.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

El nombre del atributo.

To Top