getName() abstract public method

This string is what appears in API output.
abstract public getName ( ) : string
return string
 protected function getWrappedName()
 {
     return $this->wrapped instanceof Metric ? $this->wrapped->getName() : $this->wrapped;
 }