Phan\Language\FQSEN\FullyQualifiedMethodName::canonicalName PHP 메소드

canonicalName() 공개 정적인 메소드

public static canonicalName ( string $name ) : string
$name string
리턴 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;
    }
FullyQualifiedMethodName