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

ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameGets attribute name

Опис

public function ReflectionAttribute::getName(): string

Gets the attributes name.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The name of the attribute.

To Top