Phan\Language\FQSEN\FullyQualifiedFunctionName::canonicalName PHP Méthode

canonicalName() public static méthode

public static canonicalName ( string $name ) : string
$name string
Résultat 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;
    }