ReflectionClass::getShortName
( excerpt from http://php.net/manual/en/reflectionclass.getshortname.php )
public function getShortName(): string;
Get the short name of the function (without the namespace part).
Returns
string
- The short name of the function.