Php/docs/reflectionnamedtype.getname

From Get docs

ReflectionNamedType::getName

(PHP 7 >= 7.1.0)

ReflectionNamedType::getNameGet the text of the type hint


Description

public ReflectionNamedType::getName ( ) : string

Parameters

This function has no parameters.


Return Values

Returns the text of the type hint.


See Also