Phan\Language\FQSEN\AbstractFQSEN::canonicalName PHP Method

canonicalName() public static method

public static canonicalName ( string $name ) : string
$name string
return string The canonical representation of the name of the object. Functions and Methods, for instance, lowercase their names.
    public static function canonicalName(string $name) : string
    {
        return $name;
    }