Méthode | Description | |
---|---|---|
__toString ( ) : string | ||
canonicalName ( string $name ) : string | ||
fromFullyQualifiedString ( string $fully_qualified_string ) : static | ||
fromStringInContext ( string $string, Context $context ) : static | ||
getCanonicalFQSEN ( ) : static | ||
getName ( ) : string |
public __toString ( ) : string | ||
Résultat | string | A string representation of this fully-qualified structural element name. |
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 fromFullyQualifiedString ( string $fully_qualified_string ) : static | ||
$fully_qualified_string | string | |
Résultat | static |
public static fromStringInContext ( string $string, Context $context ) : static | ||
$string | string | |
$context | Context | The context in which the FQSEN string was found |
Résultat | static |
public getCanonicalFQSEN ( ) : static | ||
Résultat | static | Get the canonical (non-alternate) FQSEN associated with this FQSEN |