PHP Class Phan\Language\FQSEN\FullyQualifiedMethodName

Inheritance: extends FullyQualifiedClassElement, implements Phan\Language\FQSEN\FullyQualifiedFunctionLikeName
Show file Open project: etsy/phan Class Usage Examples

Public Methods

Method Description
canonicalName ( string $name ) : string
isClosure ( ) : boolean

Method Details

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.

isClosure() public method

public isClosure ( ) : boolean
return boolean True if this FQSEN represents a closure