PHP Class Phan\Language\FQSEN\FullyQualifiedMethodName

Inheritance: extends FullyQualifiedClassElement, implements Phan\Language\FQSEN\FullyQualifiedFunctionLikeName
Afficher le fichier Open project: etsy/phan Class Usage Examples

Méthodes publiques

Méthode Description
canonicalName ( string $name ) : string
isClosure ( ) : boolean

Method Details

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.

isClosure() public méthode

public isClosure ( ) : boolean
Résultat boolean True if this FQSEN represents a closure