ReflectionNamedType::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionNamedType::getNameGet the name of the type as a string

Descripción

publicReflectionNamedType::getName(): string

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the name of the type being reflected.

Ver también

To Top