HH\ReifiedGenerics\get_classname

Returns the name of the class represented by this reified type

namespace HH\ReifiedGenerics;

function get_classname<T>(): classname<T>;

If this type does not represent a class, throws an exception

Returns

  • classname<T>