Method | Description | |
---|---|---|
__toString ( ) : string | ||
canonicalName ( string $name ) : string | ||
fromFullyQualifiedString ( string $fully_qualified_string ) : Phan\Language\FQSEN | ||
fromStringInContext ( string $string, |
||
getName ( ) : string |
Method | Description | |
---|---|---|
__construct ( string $name ) |
protected __construct ( string $name ) | ||
$name | string | The name of this structural element |
abstract public __toString ( ) : string | ||
return | string | A string representation of this fully-qualified structural element name. |
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. |
abstract public static fromFullyQualifiedString ( string $fully_qualified_string ) : Phan\Language\FQSEN | ||
$fully_qualified_string | string | |
return | Phan\Language\FQSEN |
abstract public static fromStringInContext ( string $string, |
||
$string | string | |
$context | The context in which the FQSEN string was found | |
return | Phan\Language\FQSEN |