Interface AliasAware

Interface for objects that are able to alias an identity and resolve an alias to original identity.

interface AliasAware(Type) ;

Methods

NameDescription
link Alias a key to an alias_.
resolve Resolve an alias to original identity, if possible.
unlink Removes alias.